When did I introduce a certain string?


Today I needed to know when the string ‘2.1.0‘ was introduced in my git repository. There’s a nifty way in git log you can use for this.

git log -S ’2.1.0′

, , ,

  1. No comments yet.
(will not be published)