소스 검색

alias d -> diff

Fabian Peter Hammerle 5 년 전
부모
커밋
5bd74ca75a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      gitconfig

+ 1 - 0
gitconfig

@@ -23,5 +23,6 @@
 	default = simple
 
 [alias]
+	d = diff
 	s = status --short --untracked-files=all --branch
 	tree = log --graph --format=format:'%C(red)%G?%C(reset) %C(yellow)%h%C(reset)%C(blue)%d%C(reset) %C(dim green)%ar%C(reset) %C(white)%s%C(reset) %C(dim black)(%an, %ai)%C(reset)' --all