Created
January 21, 2019 15:13
-
-
Save wikiti/b13876bbaddfb66face4a5c087e06db6 to your computer and use it in GitHub Desktop.
Show a git tree as a graph using basic git commands
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
# Format | |
git log --oneline --graph | |
# To show all refs | |
git log --oneline --graph --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment