소스 검색

Added git alias dc - "diff --cached"

Alois Mahdal 11 년 전
부모
커밋
5087be234d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      dotfiles/git-universe/gitconfig

+ 1
- 0
dotfiles/git-universe/gitconfig 파일 보기

@@ -10,3 +10,4 @@
10 10
     editor = vim
11 11
 [alias]
12 12
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
13
+  dc = diff --cached