gist/tools/git.txt

2 lines
189 B
Plaintext
Raw Normal View History

2024-05-15 15:10:57 +00:00
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"