Skip to content

Commit

Permalink
gitconfig: added new stash and svn aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
durdn committed Dec 19, 2011
1 parent cda9418 commit 2ebd2c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
d = diff --word-diff
branch = branch -ra
uiu = update-index --assume-unchanged
uin = update-index --no-assume-unchanged

r = reset
r1 = reset HEAD^
Expand All @@ -32,6 +33,14 @@
rh1 = reset HEAD^ --hard
rh2 = reset HEAD^^ --hard

#git svn
sr = svn rebase
sd = svn dcommit
#stash
sl = stash list
sa = stash apply
ss = stash save

[color]
branch = auto
diff = auto
Expand Down

0 comments on commit 2ebd2c5

Please sign in to comment.