Last active
May 21, 2018 05:30
-
-
Save hesoyamcode/4de8adbad55ff5738dd0a3f373f6e383 to your computer and use it in GitHub Desktop.
Git log pretty
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:'%h : %s' --graph > log.log | |
cat log.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment