Skip to content

Instantly share code, notes, and snippets.

@uberhacker
Created April 9, 2015 18:11
Show Gist options
  • Save uberhacker/59f1a91a2020dcea9673 to your computer and use it in GitHub Desktop.
Save uberhacker/59f1a91a2020dcea9673 to your computer and use it in GitHub Desktop.
git config --list
core.editor=vim
core.autocrlf=input
alias.st=status
alias.co=checkout
alias.br=branch
alias.up=rebase
alias.ci=commit
alias.unstage=reset HEAD --
alias.last=log -1 HEAD
alias.graph=log --graph --oneline --decorate --pretty=format:"%cn %s %cr"
alias.amend=commit --amend
color.ui=true
help.autocorrect=1
push.default=matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment