LoginSignup
0
0

More than 3 years have passed since last update.

【Git】修正したファイル差分の一覧を取得する。

Last updated at Posted at 2020-06-04

メモとして残します。

■やり方

git diff --name-status コミット1revision コミット2revision

削除したファイルを除きたい場合は--diff-filter=dオプションを付ければOK。
 

■おまけというより、追記

日本語というより、全角文字はエスケープされた状態で表示されるため、下記のコマンドを実行して、gitの設定を変更しましょう。

git config --global core.quotepath false
0
0
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
0
0