ご回答ありがとうございます。
git add, git commitをして、現在以下のようになりました。(リモートリポジトリにはまだ反映させていません。)
この状態は正しいでしょうか?
```
username@huge PN % git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
```
ちなみに、githubのデフォルトブランチはmainだと思いますが、ここでmasterになっていることは問題ないでしょうか?
2021/11/20 00:56
2021/11/20 04:55
2021/11/20 09:54