How to find a change in a commit in git?

Posted About 3 years ago. Visible to the public.

Use git log:

git log -S <String to search for> --author <author to restrict by, usually it's you> --since <how long since you made the change>
Chris
Posted by Chris to Chris's deck (2021-04-01 17:04)