Search Git Commits

PHOTO EMBED

Tue Feb 23 2021 21:20:06 GMT+0000 (Coordinated Universal Time)

Saved by @MattMoniz

https://ohshitgit.com/

git log --grep="homepage"

//search by part of authors name
git log --author=Matt

//GIT searches last commits - version control - How can I get a list of Git //branches, ordered by most recent commit? - Stack Overflow
git for-each-ref --sort=-committerdate refs/heads/
content_copyCOPY

https://mijingo.com/blog/search-git-commits-with-grep