Browse Source

Sorted git aliases by abc

Alois Mahdal 11 years ago
parent
commit
75c82cf64f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/git-universe/after.gitconfig

+ 2
- 2
dotfiles/git-universe/after.gitconfig View File

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