Git

Tips

Full-text Search on All Revisions

git grep $MY_SEARCH_STRING $(git rev-list --all)

Find Branch from Commit Hash

git branch --contains $COMMIT_HASH