소스 검색

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

Alois Mahdal 10 년 전
부모
커밋
66fd4ea268
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      dotfiles/gittum/before.gitconfig

+ 2
- 0
dotfiles/gittum/before.gitconfig 파일 보기

@@ -19,6 +19,8 @@
19 19
   dc = !clear && git diff --cached
20 20
   gr = log --graph --full-history --color\
21 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 24
   grr = log --graph --full-history --color\
23 25
         --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
24 26
         --simplify-by-decoration