Created
April 5, 2015 23:44
-
-
Save melhotiby/75cafb7693dca07e5f13 to your computer and use it in GitHub Desktop.
git log dynamically log my commits
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 --date-order --date=iso --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %C(cyan)%ad%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08 %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --author="`git config user.name`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment