Created
July 24, 2009 19:20
-
-
Save headius/154485 to your computer and use it in GitHub Desktop.
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] | |
st = status | |
ci = commit | |
co = checkout | |
svnup = svn fetch | |
sup = svn fetch | |
svnci = svn dcommit | |
sci = svn dcommit | |
up = pull --rebase | |
sreb = svn rebase | |
srt = svn rebase remotes/trunk | |
srebt = svn rebase remotes/trunk | |
reb = rebase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment