Skip to content

Instantly share code, notes, and snippets.

@jkubacki
Last active August 29, 2015 14:10
Show Gist options
  • Save jkubacki/a68dffe09d1260dcda53 to your computer and use it in GitHub Desktop.
Save jkubacki/a68dffe09d1260dcda53 to your computer and use it in GitHub Desktop.
git aliases
git config --global alias.a 'add --all'
git config --global alias.st 'status'
git config --global alias.cm 'commit -m'
git config --global alias.co 'checkout'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment