Skip to content

Instantly share code, notes, and snippets.

@trzy
Created June 21, 2024 22:12
Show Gist options
  • Save trzy/913e33e9e9c6353c02812cc79d560de6 to your computer and use it in GitHub Desktop.
Save trzy/913e33e9e9c6353c02812cc79d560de6 to your computer and use it in GitHub Desktop.
Git log format: single line
[alias]
lg = log --format='%C(auto)%h %d (%C(cyan)%ad%C(auto)) %C(red)%an%C(auto) %s' --graph --all --date=format:'%Y-%m-%d %H:%M:%S'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment