6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

gitのあるコードがいつ追加/削除されたのか調べる

Last updated at Posted at 2021-07-30

git grepだといつ追加されたかは分からないので困って調べてみました。
指定した文字列をコードに追加・削除したコミットのみを表示するオプションがありました。

.shell
> git log -S 検索したい文字列

Git の基本 - コミット履歴の閲覧

6
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?