Skip to content

Instantly share code, notes, and snippets.

@melhotiby
Created April 5, 2015 23:44
Show Gist options
  • Save melhotiby/75cafb7693dca07e5f13 to your computer and use it in GitHub Desktop.
Save melhotiby/75cafb7693dca07e5f13 to your computer and use it in GitHub Desktop.
git log dynamically log my commits
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="`git config user.name`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment