Browse Source

Add `rbc` for `rebase --continue`

Alois Mahdal 7 years ago
parent
commit
e2c3993707
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/gittum/main.gitconfig

+ 1
- 0
dotfiles/gittum/main.gitconfig View File

@@ -30,6 +30,7 @@
30 30
   ka = !sh -c \
31 31
        '(which gitk >/dev/null || (echo "gitk not installed" && false)) && gitk $@ --all' --
32 32
   rb = rebase
33
+  rbc = rebase --continue
33 34
   rbi = rebase --interactive
34 35
   rmv = remote --verbose
35 36
   sibling = ! ~/.gittum/bin/sibling