public
Description: elliottcable's dotfiles
Homepage: http://elliottcable.name
Clone URL: git://github.com/elliottcable/dotfiles.git
Search Repo:
Updated `unstage` alias
elliottcable (author)
Thu Jul 24 02:59:25 -0700 2008
commit  64b19c6c6c507b4ec455054e9006b81821762ee0
tree    df90011844dfefce30f39c434dcc28add4d5b493
parent  d23b73a538c845d35f95069e1cdb4ede2d229d2f
...
168
169
170
171
172
 
 
173
174
175
...
168
169
170
 
 
171
172
173
174
175
0
@@ -168,8 +168,8 @@ alias gash='g stash'
0
 alias giff='g diff'
0
 
0
 ## alternatives, using the 'stage' metaphor
0
-alias stage='gad'
0
-alias unstage='germ --cached'
0
+alias stage='g add'
0
+alias unstage='g reset'
0
 alias staged='gist'
0
 alias unstiff='giff' # unstaged diff
0
 alias stiff='giff --cached' # staged diff

Comments

    No one has commented yet.