Przeglądaj źródła

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

Lucas Stadler 8 lat temu
rodzic
commit
524d01e265
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .gitconfig

+ 1 - 0
.gitconfig

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