Skip to content

Commit

Permalink
more git aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaribeau committed Dec 22, 2011
1 parent 7cab7d0 commit c677303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git/.gitconfig
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
praise = blame praise = blame
st = status -s st = status -s
aa = add --all aa = add --all
ca = commit --amend
co = checkout co = checkout
cp = cherry-pick cp = cherry-pick
dc = diff --cached dc = diff --cached
Expand All @@ -19,7 +20,9 @@
pom = push origin master pom = push origin master
pr = pull --rebase pr = pull --rebase
rp = remote prune rp = remote prune

clown = clone clown = clone
stache = stash
[color] [color]
ui = auto ui = auto
[branch] [branch]
Expand Down

0 comments on commit c677303

Please sign in to comment.