Last active
July 2, 2022 16:49
-
-
Save archae0pteryx/4d1b76afb11aff0935332eee565b736e to your computer and use it in GitHub Desktop.
Helpful Git Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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