try out git lg

main
Alpha Chen 1 year ago
parent 1a48c0bcde
commit 8988507a62
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -22,6 +22,7 @@
; fix = commit --amend --no-edit --no-reset-author
fix = commit --fixup @
ctags = !.git/hooks/ctags
lg = log --date=format:'%a %b %e, %Y' --pretty=format:'%C(yellow)%h%C(reset) %s %C(cyan)%cd%C(reset) %C(blue)%an%C(reset) %C(green)%d%C(reset)' --graph ; https://roadrunnertwice.dreamwidth.org/596185.html
[difftool]
prompt = false
[difftool "sourcetree"]

Loading…
Cancel
Save