Skip to content

Instantly share code, notes, and snippets.

@stevecrozz
Created July 18, 2017 23:28
Show Gist options
  • Select an option

  • Save stevecrozz/bbd5f713c7a3ec55670782a05e2119d8 to your computer and use it in GitHub Desktop.

Select an option

Save stevecrozz/bbd5f713c7a3ec55670782a05e2119d8 to your computer and use it in GitHub Desktop.
recent = !git for-each-ref refs/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset)|%(color:bold green)%(committerdate:relative)%(color:reset)|%(contents:lines=1)|%(color:magenta)%(authorname)%(color:reset)' --count 100 --sort=-committerdate | column -ts '|' | less -SXRF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment