Clone the repository
#uni-benkyokaiに移動して
# add files----------------------------
git add .
# commit-------------------------------
git commit -m "message"
# commit message sample
git commit -m "Add formSaveBtn and deleteBodyAreaBtn"
# push---------------------------------
git push origin master
Pull
Pull
```bash
# check status?
git status
# pull
git pull origin master
```