Created
June 16, 2025 22:14
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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