Created
May 22, 2024 20:22
-
-
Save rms1000watt/f68dab4a38762da832dd0469c9978136 to your computer and use it in GitHub Desktop.
git command to find commit when string changed in a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log -S 'this string changed in this file' -- main.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment