Skip to content

Instantly share code, notes, and snippets.

@swankjesse
Created August 7, 2014 00:20
Show Gist options
  • Save swankjesse/e17318c6bdf6e6f1a9ff to your computer and use it in GitHub Desktop.
Save swankjesse/e17318c6bdf6e6f1a9ff to your computer and use it in GitHub Desktop.
make "git git" the same as "git"
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