Last active
May 8, 2022 19:51
-
-
Save h4k1m0u/a03b7ae5388f5b1460633cc25f2ae0e1 to your computer and use it in GitHub Desktop.
List commits on a single line (date & commit message)
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
git log --pretty=format:'%ad - %s' --date=human |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment