LoginSignup
6
6

More than 5 years have passed since last update.

git > 変更ファイル名を知りたい > git log --name-status

Last updated at Posted at 2015-04-02

gitのlogコミットに関連してどのファイルを変更したか知りたい時、以下のようにする

$git log --name-status
...
M    readme.txt

Mで表示されるファイルが変更があったファイル。

参考

6
6
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
6