Update git log

This commit is contained in:
Michael Campagnaro 2020-02-07 16:53:53 -05:00
parent 40f9587801
commit b130903cb5

View File

@ -39,7 +39,7 @@
# opposed to %cr which is the commiter's timestamp. I prefer the former # opposed to %cr which is the commiter's timestamp. I prefer the former
# because I sometimes edit an earlier commit message while rebasing and I # because I sometimes edit an earlier commit message while rebasing and I
# want to continue to see the original date. # want to continue to see the original date.
lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an [%cn]%d%Creset %s %Cgreen(%ad)%Creset' --date=relative lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an [%cn]%d%Creset %s %Cgreen(%ad|%cr)%Creset' --date=relative
start = !git init && git commit --allow-empty -m \"Initial commit\" start = !git init && git commit --allow-empty -m \"Initial commit\"
[rerere] [rerere]
enabled = true enabled = true