Added git reabse alias.
authorIain Patterson <me@iain.cx>
Fri, 6 Aug 2010 10:50:32 +0000 (11:50 +0100)
committerIain Patterson <me@iain.cx>
Wed, 15 Sep 2010 13:14:22 +0000 (14:14 +0100)
Alias git reabse to ``git rebase'' because I keep failing to type
the real command properly.

.gitconfig

index 2c4ad59..a1e7aaf 100644 (file)
@@ -19,4 +19,5 @@
        alias = config --global --get-regexp 'alias\\..*'
        amend = commit --amend
        graph = log --graph --pretty=oneline
        alias = config --global --get-regexp 'alias\\..*'
        amend = commit --amend
        graph = log --graph --pretty=oneline
+       reabse = rebase
        submit = commit -vuno
        submit = commit -vuno