gitconfig: add colored git-blame
This commit is contained in:
@@ -11,11 +11,18 @@
|
||||
c = commit -v
|
||||
ca = commit -v --amend
|
||||
co = checkout
|
||||
b = branch
|
||||
br = branch
|
||||
pl = pull --rebase
|
||||
u = pull --rebase
|
||||
ps = push
|
||||
lg = log --oneline --decorate --graph
|
||||
yoink = pull
|
||||
yeet = push
|
||||
b = blame --color-by-age -L
|
||||
b = blame -L
|
||||
[blame]
|
||||
date = relative
|
||||
coloring = highlightRecent
|
||||
[color "blame"]
|
||||
highlightRecent = 248, 23 month ago, 247, 21 month ago, 246, 19 month ago, 245, 17 month ago, 244, 15 month ago, 243, 13 month ago, 242, 11 month ago, 241, 9 month ago, 240, 8 month ago, 239, 7 month ago, 238, 6 month ago, 237, 5 month ago, 236, 4 month ago, 235, 3 month ago, 234, 2 month ago, 233, 1 month ago, 232, 1 week ago, 112
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user