ソースを参照

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

Lucas Stadler 8 年 前
コミット
524d01e265
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  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]