Skip to content

Instantly share code, notes, and snippets.

@melhotiby
Created February 28, 2015 02:10
Show Gist options
  • Save melhotiby/8655ff27542bf7bf04f6 to your computer and use it in GitHub Desktop.
Save melhotiby/8655ff27542bf7bf04f6 to your computer and use it in GitHub Desktop.
Personal Git Log
git log --date-order --date=iso --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %C(cyan)%ad%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08 %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --author="att"
git log --date-order --date=iso --graph --full-history --all --pretty=format:'%x08%x09%C(red)%h %C(cyan)%ad%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08 %C(bold blue)%aN%C(reset)%C(bold yellow)%d %C(reset)%s' --author="att"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment