Browse Source

Split long line in gitconfig for readability

Alois Mahdal 11 years ago
parent
commit
751801022f
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      dotfiles/git-universe/before.gitconfig

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

10
   co = checkout
10
   co = checkout
11
   com = checkout master
11
   com = checkout master
12
   dc = !clear && git diff --cached
12
   dc = !clear && git 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\
14
+       --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
14
   rb = rebase
15
   rb = rebase
15
   rbi = rebase --interactive
16
   rbi = rebase --interactive
16
   rmv = remote --verbose
17
   rmv = remote --verbose