Last active
December 16, 2015 07:29
-
-
Save obfusk/5398679 to your computer and use it in GitHub Desktop.
pretty git log with graph
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
$ git log --graph --decorate --oneline --abbrev-commit --all | |
$ map 'cd $it; pwd; git log --graph --decorate --oneline --abbrev-commit --all --color=always; echo' * 2>&1 | less -R | |
$ mgit F . log --graph --decorate --pretty=oneline --abbrev-commit --all --color=always | less -R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment