git
로컬 프로젝트 github 레포지토리와 연동하기
rachel_13
2023. 3. 26. 15:22
git init
git status
git add .
git commit -m "커밋메세지"
git remote add origin "저장소 주소"
git push origin main