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.
1 parent 173a150 commit 082c46eCopy full SHA for 082c46e
git-delete-merged-branches
@@ -1,8 +1,7 @@
1
#!/usr/bin/env bash
2
#
3
-# Setup:
4
-# $ install -d $HOME/bin && install git-delete-merged-branches $HOME/bin
5
-# $ export PATH=$HOME/bin:$PATH
+# Installation:
+# $ install git-delete-merged-branches /usr/local/bin
6
7
# Git Alias:
8
# $ git config --global --add alias.fp '!git fetch -p && git-delete-merged-branches'
0 commit comments