git status -> git add <파일 이름> 또는 git add .(전체 파일) -> git commit -m "커밋 내용" -> git push
git pull(수정된 저장소 내용 불러오기)