Gitのめも 2023.08.29 # セットアップ git init # ステータス確認 git status # 追加 git add --all # コミット git commit -m "コメント"