瀏覽代碼

Sorted git aliases by abc

Alois Mahdal 11 年之前
父節點
當前提交
75c82cf64f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      dotfiles/git-universe/after.gitconfig

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

@@ -3,12 +3,12 @@
3 3
 [core]
4 4
     editor = vim
5 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"
7
-  dc = diff --cached
8 6
   ap = add --patch
9 7
   br = branch
10 8
   co = commit
11 9
   coa = commit --amend
10
+  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"
12 12
   re = rebase --interactive
13 13
   rv = remote --verbose
14 14
   st = status