Skip to content

Instantly share code, notes, and snippets.

@flysand7
Created June 16, 2025 22:14
Show Gist options
  • Save flysand7/1945d92975a84ee869f91f00fcc69d82 to your computer and use it in GitHub Desktop.
Save flysand7/1945d92975a84ee869f91f00fcc69d82 to your computer and use it in GitHub Desktop.
Perfect git alias for oneline log. Mostly works like --oneline but with dates.
alias.lol=log --format='%C(blue)%ad %C(green)%h%C(auto)%d %C(reset)%s' --date=short-local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment