Przeglądaj źródła

Split long line in gitconfig for readability

Alois Mahdal 11 lat temu
rodzic
commit
751801022f
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      dotfiles/git-universe/before.gitconfig

+ 2
- 1
dotfiles/git-universe/before.gitconfig Wyświetl plik

@@ -10,7 +10,8 @@
10 10
   co = checkout
11 11
   com = checkout master
12 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 15
   rb = rebase
15 16
   rbi = rebase --interactive
16 17
   rmv = remote --verbose