Bladeren bron

Add 'gra' alias for 'gr'(aph) showing all branches

Alois Mahdal 10 jaren geleden
bovenliggende
commit
66fd4ea268
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2
    0
      dotfiles/gittum/before.gitconfig

+ 2
- 0
dotfiles/gittum/before.gitconfig Bestand weergeven

19
   dc = !clear && git diff --cached
19
   dc = !clear && git diff --cached
20
   gr = log --graph --full-history --color\
20
   gr = log --graph --full-history --color\
21
        --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
21
        --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
22
+  gra = log --all --graph --full-history --color\
23
+       --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
22
   grr = log --graph --full-history --color\
24
   grr = log --graph --full-history --color\
23
         --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
25
         --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
24
         --simplify-by-decoration
26
         --simplify-by-decoration