Skip to content

Instantly share code, notes, and snippets.

View romank-msft's full-sized avatar
💫
Complete the motion if you stumble

Roman Kisel 🦇 romank-msft

💫
Complete the motion if you stumble
View GitHub Profile
@romank-msft
romank-msft / set-pretty-git-log-alias.sh
Created August 28, 2025 15:50 — forked from niun/set-pretty-git-log-alias.sh
git log graph --oneline with date and author and colored ref names as alias
## One line per log entry with merge graph
## (--decorate is implicit for newer git versions?):
#git log --graph --oneline --decorate
## |
## Add --branches --remotes --tags --merges to see entries for all of the
## corresponding refs, not only commits (--all for all refs).
## Format output with --pretty=tformat:'<format>'
## Interesting placeholders for oneline <format>: