瀏覽代碼

Added more git aliases

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

+ 8
- 0
dotfiles/git-universe/after.gitconfig 查看文件

5
 [alias]
5
 [alias]
6
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
6
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
7
   dc = diff --cached
7
   dc = diff --cached
8
+  ap = add --patch
9
+  br = branch
10
+  co = commit
11
+  coa = commit --amend
12
+  re = rebase --interactive
13
+  rv = remote --verbose
14
+  st = status
15
+  sh = show