Skip to content

Commit 082c46e

Browse files
committed
chore: fix script comment
1 parent 173a150 commit 082c46e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

git-delete-merged-branches

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env bash
22
#
3-
# Setup:
4-
# $ install -d $HOME/bin && install git-delete-merged-branches $HOME/bin
5-
# $ export PATH=$HOME/bin:$PATH
3+
# Installation:
4+
# $ install git-delete-merged-branches /usr/local/bin
65
#
76
# Git Alias:
87
# $ git config --global --add alias.fp '!git fetch -p && git-delete-merged-branches'

0 commit comments

Comments
 (0)