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