-
-
Save rwaldron/2491077 to your computer and use it in GitHub Desktop.
fancy git log flags
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 --all --pretty=format:"%h %cd %s (%an)" --since='7 days ago' | |
git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short | |
git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short --since='1 day ago' | |
git log --pretty=format:"%ad, %s%d [%an]" --graph --date=short --since='1 day ago' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment