You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
I think it would be nice if there were a single command to delete both a local branch as well as any remote tracked branches. My last Git GUI client, SmartGit, included this as a checkbox option when deleting a local branch.
I think the following would work, added right after the existing delete-local-branch and delete-remote-branch in gitplus.js
I understand that this could potentially be done with a Custom Command, but I think that there's enough value there that it would worthwhile to include in the full repo.
The text was updated successfully, but these errors were encountered:
Yep this is a great idea. Could you open up a PR and add the command to lib/git-plus-commands.coffee too? Also, how about having the label be "Delete Branch (Local and Remote)"?
Then we can take it a step further later and prompt about deleting the remote branch if there is one while deleting a local branch
I like that idea. However, as far as I understand, the label is derived from the "slug" (or whatever you'd call it). How would we be able to generate the parentheses in the label from something like delete-branch-local-and-remote?
I think it would be nice if there were a single command to delete both a local branch as well as any remote tracked branches. My last Git GUI client, SmartGit, included this as a checkbox option when deleting a local branch.
I think the following would work, added right after the existing
delete-local-branch
anddelete-remote-branch
in gitplus.jsI understand that this could potentially be done with a Custom Command, but I think that there's enough value there that it would worthwhile to include in the full repo.
The text was updated successfully, but these errors were encountered: