これは健忘録です。
git add [ファイル名] //追加
git commit -a -m “任意のコメント” //コミット (-aオプションは変更を自動検出してくれる)
git push origin master //masterを更新