以下のコマンドで、tag1とtag2間で変更されたファイルの一覧を表示できる
$ git log --name-status --pretty=oneline tag1..tag2
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
以下のコマンドで、tag1とtag2間で変更されたファイルの一覧を表示できる
$ git log --name-status --pretty=oneline tag1..tag2
Register as a new user and use Qiita more conveniently
Go to list of users who liked