gitで消えたファイルのコミットIDを特定する Posted Jan 22, 2020 By rengotaku 1 min read git log でファイルも表示しグレップする $ git log --stat | grep -B 8 hoge.rb | less -B X は要調整 git log で変更・追加されたファイルを表示する - yuumi3のお仕事日記 grepで該当する行の前後も一緒に表示するには devtools git This post is licensed under CC BY 4.0 by the author. Share