git status
git status [-s]
変更・ステージの状況や現在のブランチを表示する。作業中に最もよく使う。
git status -s
▶ 学習アプリで「git status」を練習する