-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: None
-
None
Currently on the command line I can delete multiple local branches using something like git branch | grep -v "master" | xargs git branch -D. In Sourcetree, I can only delete one at a time.
I would like to be able to select multiple branches, right click, and delete the selected branches.
- is related to
-
SRCTREE-1644 Show several branches
- Closed