Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Created July 18, 2018 16:06
Show Gist options
  • Select an option

  • Save elijahmanor/61da4edf8fa6810ff03e9cc6f801d192 to your computer and use it in GitHub Desktop.

Select an option

Save elijahmanor/61da4edf8fa6810ff03e9cc6f801d192 to your computer and use it in GitHub Desktop.
git recent
[alias]
recent = !git for-each-ref --count=10 --sort=-committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) (%(color:green)%(committerdate:relative)%(color:reset))'
@elijahmanor

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment