Sfoglia il codice sorgente

~/.gitconfig: blame is now (also) praise

Lucas Stadler 8 anni fa
parent
commit
524d01e265
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .gitconfig

+ 1 - 0
.gitconfig

@ -11,6 +11,7 @@
11 11
	l10 = log -n10
12 12
	lol = log --pretty=oneline --abbrev-commit --graph --decorate
13 13
	ba = branch -a
14
	praise = blame
14 15
[format]
15 16
	pretty = %C(magenta)%h%Creset %Cgreen[%cr]%Creset (%an) %s
16 17
[color]