Skip to content

Instantly share code, notes, and snippets.

@xentek
Created July 18, 2011 06:04
Show Gist options
  • Save xentek/1088651 to your computer and use it in GitHub Desktop.
Save xentek/1088651 to your computer and use it in GitHub Desktop.
handy command aliases, especially if you're used to svn. these go in your ~/.gitconfig file
[alias]
commit = ci
ci = commit
co = checkout
st = status
info = status
svn-diff = !git-svn-diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment