Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 301 Bytes

File metadata and controls

11 lines (7 loc) · 301 Bytes

Collection of Git Aliases

Git Lola

git config --global alias.lola "log --graph --pretty='format:%C(auto)%h %d %s %C(green)%an%C(bold blue) %ad' --all --date=relative --all" 

Which looks like:

image