Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git blame変更を見つけるためにとを使用しgit log file.pyていますが、ファイルの特定の行の変更を確認する方法はありますか? 例: index.html ファイルの 84 行目。
git blame
git log file.py
非常に簡単です:
git blame -L 84,84 index.html