Skip to content

Instantly share code, notes, and snippets.

@p
Created March 2, 2011 23:13
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 p/851975 to your computer and use it in GitHub Desktop.
Save p/851975 to your computer and use it in GitHub Desktop.
Git aliases
pie@area phpbb % git config -l |grep alias
alias.st=status
alias.ts=status
alias.ci=commit
alias.co=checkout
alias.fa=fetch --all
alias.rh=reset HEAD
alias.dc=diff --cached
alias.sdc=svn dcommit
alias.cp=cherry-pick
alias.br=branch
alias.rhh=reset --hard HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment