Skip to Content

Git - Search string in Git history

Posted on

In Git, we can search a string in git history with this command:

 git log -S string

Reference:

comments powered by Disqus