簡単にまとめると以下3点(画像参照推奨) git addしたけどまだ、git commitされてないファイル一覧の表示(Changes to be committed: ) 編集・削除・更新されているけど、まだ git add されてないファイルの一覧(Changes not staged for commit:) gitで管理されてない、かつ.gitignoreで管理対象外にもされてないファイルの一覧(Untracked files:) $ git status On branch main Changes to be committed: (use "git restore --staged <file>..." to unstage) modified: "A\343\203\207\343\203\274\343\202\277.txt" Changes not staged fo