Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Created May 26, 2018 10:44
Show Gist options
  • Save hesoyamcode/4a886679f9b85ecadc15f31ca46a9116 to your computer and use it in GitHub Desktop.
Save hesoyamcode/4a886679f9b85ecadc15f31ca46a9116 to your computer and use it in GitHub Desktop.
The --graph flag that will draw a text based graph of the commits on the left hand side of the commit messages. --decorate adds the names of branches or tags of the commits that are shown. --oneline shows the commit information on a single line making it easier to browse through commits at-a-glance.
git log --graph --decorate --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment