Created
August 7, 2014 00:20
-
-
Save swankjesse/e17318c6bdf6e6f1a9ff to your computer and use it in GitHub Desktop.
make "git git" the same as "git"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo '#!/bin/bash' > ~/bin/git-git | |
echo 'git $*' >> ~/bin/git-git | |
chmod u+x ~/bin/git-git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment