Skip to content

Instantly share code, notes, and snippets.

@JcMinarro
Forked from swankjesse/git-git
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JcMinarro/9e15066731e5ad3e0f8e to your computer and use it in GitHub Desktop.
Save JcMinarro/9e15066731e5ad3e0f8e to your computer and use it in GitHub Desktop.
git-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