Ver código fonte

Added alias: rb for rebase

Alois Mahdal 11 anos atrás
pai
commit
e41ae5dbc8
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      dotfiles/git-universe/before.gitconfig

+ 1
- 0
dotfiles/git-universe/before.gitconfig Ver arquivo

@@ -11,6 +11,7 @@
11 11
   com = checkout master
12 12
   dc = diff --cached
13 13
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
14
+  rb = rebase
14 15
   rbi = rebase --interactive
15 16
   rmv = remote --verbose
16 17
   st = status