Skip to content

Instantly share code, notes, and snippets.

@qrg
Created October 16, 2012 06:34
Show Gist options
  • Save qrg/3897548 to your computer and use it in GitHub Desktop.
Save qrg/3897548 to your computer and use it in GitHub Desktop.
git log で reverse 使ったら見やすくなるかとおもった結果
$ git config --global pretty.medium-reverse "format:%C(red reverse)%d%Creset%C(white reverse) %h% Creset %C(green reverse) %an %Creset %C(cyan)%ar%Creset%n%C(white bold)%w(80)%s%Creset%n%n%w(80,2,2)%b"
$ alias gl='git log --pretty="medium-reverse" --graph --stat'
$ gl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment