Last active
May 25, 2021 09:05
-
-
Save guttentag/b4c0e5d8c70b0073e8dc476f3a120356 to your computer and use it in GitHub Desktop.
Git log format
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 -5 --format='%C(yellow)%ad%Creset% Cgreen(%cN)%Creset - %s' --date=human | |
git log -5 --format='%C(yellow)%ar%Creset% Cgreen(%cN)%Creset - %s' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment