git
Local 저장소를 Github에 연결하기
소리소리솔소리
2022. 11. 1. 11:01
Github에 레포지토리를 만들고 링크를 복사
VSCode 터미널에서
git remote add origin (복사한링크)
잘 연결됐는지 확인
git remote -v