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 log proto.phpproto.php のすべてのコミットを一覧表示します
git log proto.php
このファイルのコミットメッセージだけでなく、すべてのコミットのすべての差分を表示するコマンドはありますか? 単一ファイルの差分の一種の完全な履歴。
git log -p proto.php
マニュアルを読むだけでも構いませんが、喜んで担当者のポイントを取得します。