Skip to content

Instantly share code, notes, and snippets.

@pietrom
Last active November 29, 2016 10:53
Show Gist options
  • Save pietrom/3f84aeaf4bba11269700efac0830ad84 to your computer and use it in GitHub Desktop.
Save pietrom/3f84aeaf4bba11269700efac0830ad84 to your computer and use it in GitHub Desktop.
# Shows git history in graph fashion, including all branches
git log --graph --abbrev --all --oneline --decorate
# Sets up global git alias for previous command
git config --global alias.graph 'log --graph --all --decorate --oneline'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment