如何显示更改

$ git diff

Command
git
Description
显示提交、提交与工作树等之间的更改。
Deep Dive
使用 `git diff --staged` 查看暂存的更改。