Skip to content

Commit

Permalink
git/gitconfig: Added aliases for rebase and push.
Browse files Browse the repository at this point in the history
Former r (reset) is now re.
  • Loading branch information
blackwinter committed Jan 8, 2014
1 parent 166d0aa commit 4d792e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,14 @@
oo = !git o | grep '@\\|\\bfile:/' | cut -f1 | sort -u
p = push
pa = !git oo | xargs -I '{}' git push '{}' $(git bc)
pp = !git pa && git pt
pt = !git oo | xargs -I '{}' git push --tags '{}'
r = reset
ra = rebase --abort
rb = rebase
rc = rebase --continue
re = reset
ri = "!sh -c 'git rebase -i $1^' -"
rs = rebase --skip
s = status
ss = status --short
st = stash
Expand Down

0 comments on commit 4d792e2

Please sign in to comment.