Skip to content

Instantly share code, notes, and snippets.

View MoaGitAccount's full-sized avatar

MoaGitAccount

View GitHub Profile
@MoaGitAccount
MoaGitAccount / gist:995f95d4a1cf35f429c0264fe2d81ac1
Created February 12, 2026 19:56 — forked from johanmeiring/gist:3002458
"git lg" alias for pretty git log
# From http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"