瀏覽代碼

Remapped aliases for better mnemotechniuc

Alois Mahdal 12 年之前
父節點
當前提交
f2ada494b5
共有 1 個檔案被更改,包括 6 行新增4 行删除
  1. 6
    4
      dotfiles/git-universe/after.gitconfig

+ 6
- 4
dotfiles/git-universe/after.gitconfig 查看文件

5
 [alias]
5
 [alias]
6
   ap = add --patch
6
   ap = add --patch
7
   br = branch
7
   br = branch
8
-  co = commit
9
-  coa = commit --amend
8
+  cm = commit
9
+  cma = commit --amend
10
+  co = checkout
11
+  com = checkout master
10
   dc = diff --cached
12
   dc = diff --cached
11
   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"
12
-  re = rebase --interactive
13
-  rv = remote --verbose
14
+  rbi = rebase --interactive
15
+  rmv = remote --verbose
14
   st = status
16
   st = status
15
   sh = show
17
   sh = show