Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active December 16, 2015 07:29
Show Gist options
  • Save obfusk/5398679 to your computer and use it in GitHub Desktop.
Save obfusk/5398679 to your computer and use it in GitHub Desktop.
pretty git log with graph
$ 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