summaryrefslogtreecommitdiffstats
path: root/gitconfig
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-02 14:08:29 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-02 14:24:00 -0600
commit08203c4f4eed1c6706662d02cef3dee8256c72fa (patch)
treef28759c00009f6e78cc5cf5d125bcd041d3e8d66 /gitconfig
parent1802b73b294af7c8c6b913c35a5ac8af61fa1c26 (diff)
downloadconf-08203c4f4eed1c6706662d02cef3dee8256c72fa.tar.gz
conf-08203c4f4eed1c6706662d02cef3dee8256c72fa.zip
alias for rebase -i
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index ea7aa80..f665816 100644
--- a/gitconfig
+++ b/gitconfig
@@ -23,6 +23,7 @@
ff = merge --ff-only
cc = cherry-pick
rv = checkout -p
+ re = rebase -i @{u}
[github]
user = doy
[color]