Browse Source

Added alias: rb for rebase

Alois Mahdal 12 years ago
parent
commit
e41ae5dbc8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/git-universe/before.gitconfig

+ 1
- 0
dotfiles/git-universe/before.gitconfig View File

11
   com = checkout master
11
   com = checkout master
12
   dc = diff --cached
12
   dc = diff --cached
13
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
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
   rbi = rebase --interactive
15
   rbi = rebase --interactive
15
   rmv = remote --verbose
16
   rmv = remote --verbose
16
   st = status
17
   st = status