gitのlogコミットに関連してどのファイルを変更したか知りたい時、以下のようにする
$git log --name-status
...
M readme.txt
Mで表示されるファイルが変更があったファイル。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
gitのlogコミットに関連してどのファイルを変更したか知りたい時、以下のようにする
$git log --name-status
...
M readme.txt
Mで表示されるファイルが変更があったファイル。
Register as a new user and use Qiita more conveniently
Go to list of users who liked