Skip to content

Instantly share code, notes, and snippets.

@triple-j
Created September 10, 2014 16:16
Show Gist options
  • Save triple-j/1a611198dc1c0bb26f23 to your computer and use it in GitHub Desktop.
Save triple-j/1a611198dc1c0bb26f23 to your computer and use it in GitHub Desktop.
The "git tree" command is an alias I defined in my ~/.gitconfig: (http://feeding.cloud.geek.nz/posts/cherry-picking-range-of-git-commits/)
[alias]
tree = log --oneline --decorate --graph
@triple-j
Copy link
Author

or git config --global alias.tree 'log --oneline --decorate --graph'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment