Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 359 Bytes

--global format.pretty

git config --global format.pretty "%C(red)%h %Cgreen(%cD)%Creset %s %C(bold blue)<%an>%C(yellow)%d%Creset"

console style

Git lg

Alias log for 10 records | Thank

git config --global alias.lg "log --color --graph --abbrev-commit -10"