Created
September 10, 2014 16:16
-
-
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/)
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
[alias] | |
tree = log --oneline --decorate --graph |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or
git config --global alias.tree 'log --oneline --decorate --graph'