We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22ea36c + 0ab381d commit 7d76533Copy full SHA for 7d76533
git-delete-merged-branches
@@ -8,4 +8,4 @@
8
# $ git config --global --add alias.fp '!git fetch -p && git-delete-merged-branches'
9
# $ git config --global --add alias.pp '!git pull -p && git-delete-merged-branches'
10
11
-git branch --merged | grep -vE '^\*|master$|develop$' | xargs -I % git branch -d %
+git branch --merged | grep -vE '^\*|main$|master$|develop$' | xargs -I % git branch -d %
0 commit comments