Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
インタラクティブコミットを実行しているときに差分を表示するようにgitを設定できますか(つまり、-m "msg"はありません)
これにより、私がコミットしている変更を確認できます。
試すgit commit -v
git commit -v
git-commitのマニュアルページにあるように:
-v , --verbose Show unified diff between the HEAD commit and what would be committed at the bottom of the commit message template. Note that this diff output doesn’t have its lines prefixed with #.