Created
May 26, 2018 10:44
-
-
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.
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 --graph --decorate --oneline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment