gist/tools/git.txt
2024-05-15 23:10:57 +08:00

2 lines
189 B
Plaintext

git config --global pager.log false
git config --global alias.l "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"