git 2021-01-01 カテゴリー Mac, 初期設定 git add [ファイル名] //追加 git commit -a -m “任意のコメント” //コミット (-aオプションは変更を自動検出してくれる) git push origin master //masterを更新