Adding git lg, a better thing than my git hist

master
Dustin Swan 10 years ago
parent 77a88a62b0
commit bd95d75afa

@ -3,7 +3,7 @@
email = dustinswan@gmail.com
[alias]
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
[push]
default = simple

Loading…
Cancel
Save