Skip to content

Instantly share code, notes, and snippets.

@archae0pteryx
Last active July 2, 2022 16:49
Show Gist options
  • Save archae0pteryx/4d1b76afb11aff0935332eee565b736e to your computer and use it in GitHub Desktop.
Save archae0pteryx/4d1b76afb11aff0935332eee565b736e to your computer and use it in GitHub Desktop.
Helpful Git Snippets
git branch -r --sort=-committerdate --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))' | grep <remote|author>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment