-
git initgit remote add origin 레파지토리 주소git add . (전체 추가하기)git commit -m "커밋메세지 작성" git push origin master※ origin 삭제 git remote remove origin