Skip to content

Instantly share code, notes, and snippets.

View krnlde's full-sized avatar
🦆
blackbelt rubberduck

Kai Dorschner krnlde

🦆
blackbelt rubberduck
View GitHub Profile
@outro56
outro56 / git lol.md
Last active August 30, 2024 22:43
git lol
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
git config --global alias.lol "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"