0
DCDaniel Carretero
In this code, the date is in the format "yyyy-mm-dd HH:MM:SS", the time is in the format "HH:MM:SS", the commit is in the format "yyyy-mm-dd <commit-hash>", and the title is in the format " <title> ".
0 Comments
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"