Skip to content

Instantly share code, notes, and snippets.

@wikiti
Created January 21, 2019 15:13
Show Gist options
  • Save wikiti/b13876bbaddfb66face4a5c087e06db6 to your computer and use it in GitHub Desktop.
Save wikiti/b13876bbaddfb66face4a5c087e06db6 to your computer and use it in GitHub Desktop.
Show a git tree as a graph using basic git commands
# 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