Last active
November 29, 2016 10:53
-
-
Save pietrom/3f84aeaf4bba11269700efac0830ad84 to your computer and use it in GitHub Desktop.
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
# 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