コンテンツにスキップ

git logで変更ファイルリスト一覧を表示#

git log --name-status

追加ファイルはA
変更ファイルはM
削除ファイルはD
で表示される


References#

Tags#

  • #git