Skip to content

Instantly share code, notes, and snippets.

View kradio3's full-sized avatar
🏠
Working from home

Andrey Yaroshenko kradio3

🏠
Working from home
View GitHub Profile
@kradio3
kradio3 / .gitconfig
Created February 14, 2020 09:54 — forked from varlen/.gitconfig
git lg1
[alias]
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1"