158
152

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Gitでcommit間の変更ファイル一覧を出力

Last updated at Posted at 2014-07-31

レビューするときに役立つのでメモ。

$ git diff --stat <コミットID A> <コミットID B>

個人的に一番よく使うのはコレ。

$ git diff --stat --name-only <コミットID A> <コミットID B>

ソースコードレビュー依頼時はファイル一覧を出力する必要があるので使用頻度高い。

158
152
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
158
152

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?