More about git commands - Search All

Search string in git

One fast trick: to search one string in history o git. Feasible:

git rev-list --all | xargs git grep "myString"

and that’s all folks!

If you have any doubts, problems or suggestions, just leave a message.