Skip to content

Commit 08c9fad

Browse files
authored
Merge pull request #10 from unixorn/remove-duplicate-script
git-grab and git-incoming-commits were identical
2 parents de875bf + c3a68b5 commit 08c9fad

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

bin/git-grab

Lines changed: 0 additions & 24 deletions
This file was deleted.

git-extra-commands.plugin.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Add our plugin's bin diretory to user's path
1616
PLUGIN_D=$(dirname "$0")
1717
export PATH="${PATH}:${PLUGIN_D}/bin"
18+
alias git-grab='git-incoming-commits'
1819

1920
# Skipped:
2021
# incoming-commits (appears to be a dupe of grab)

0 commit comments

Comments
 (0)