Created
July 18, 2011 06:04
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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