Microsoft/vscode
git 로컬 저장소를 remote 저장소에 연동하기(vscode)
구차니
2020. 1. 27. 20:34
vscode 에서는 ctrl-` 를 이용해서 콘솔을 열고
아래의 git 명령을 이용해서 remote origin을 추가해주면 끝.
git remote add origin http://저장소경로 |
[링크 : https://evols-atirev.tistory.com/14]
아쉽게도 vscode 에서는 해당 명령이 없는 듯?