git grep
だといつ追加されたかは分からないので困って調べてみました。
指定した文字列をコードに追加・削除したコミットのみを表示するオプションがありました。
.shell
> git log -S 検索したい文字列
Go to list of users who liked
More than 3 years have passed since last update.
git grep
だといつ追加されたかは分からないので困って調べてみました。
指定した文字列をコードに追加・削除したコミットのみを表示するオプションがありました。
> git log -S 検索したい文字列
Register as a new user and use Qiita more conveniently
Go to list of users who liked