practice-git icon indicating copy to clipboard operation
practice-git copied to clipboard

Find a certain string which was introduced in any commit on any branch.

Open grayghostvisuals opened this issue 11 years ago • 0 comments

Search through commits and find a certain string which was introduced in any commit on any branch

$ git log -S'hello world' --source --all

Source: http://stackoverflow.com/questions/5816134/git-finding-a-commit-that-introduced-a-string

grayghostvisuals avatar May 09 '14 14:05 grayghostvisuals