Skip to content

Instantly share code, notes, and snippets.

@MatteoJoliveau
Last active April 10, 2018 13:01
Show Gist options
  • Save MatteoJoliveau/e33cf46e791e3c8899b675545b2755c6 to your computer and use it in GitHub Desktop.
Save MatteoJoliveau/e33cf46e791e3c8899b675545b2755c6 to your computer and use it in GitHub Desktop.
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci 'commit -m'
git config --global alias.st status
git config --global alias.aa 'add .'
git config --global alias.a add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment