Skip to content

Instantly share code, notes, and snippets.

@Bigsby
Last active January 29, 2020 16:17
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 Bigsby/ee5a0457d199755541f799defa5c2905 to your computer and use it in GitHub Desktop.
Save Bigsby/ee5a0457d199755541f799defa5c2905 to your computer and use it in GitHub Desktop.
alias.graph=log --oneline --graph
alias.cm=commit -m
alias.unstage=reset HEAD --
alias.aa=add .
color.ui=auto
git config --global alias.co checkout
git config --global alias.graph 'log --oneline --graph'
git config --global alias.cm 'commit -m'
git config --global alias.unstage 'reset HEAD --'
git config --global alias.aa 'add .'
git config --global color.ui 'auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment