Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Last active May 21, 2018 05:30
Show Gist options
  • Save hesoyamcode/4de8adbad55ff5738dd0a3f373f6e383 to your computer and use it in GitHub Desktop.
Save hesoyamcode/4de8adbad55ff5738dd0a3f373f6e383 to your computer and use it in GitHub Desktop.
Git log pretty
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