Browse Source

alias d -> diff

Fabian Peter Hammerle 5 years ago
parent
commit
5bd74ca75a
1 changed files with 1 additions and 0 deletions
  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