반응형
VS Code에서 프로젝트 열기
(1) VS Code 실행
(2) [File] -> [Open Folder] -> 프로젝트 폴더 선택
Github 연동
(1) 깃 허브 접속
(2) Repositories -> New
(3) 이름 설정 -> Private -> Create repository
(4) 상단 저장소 주소 복사
(5) VS Code 터미널 열기
> git remote add origin https://github.com/jinyoung1129/React-Blog.git
(6) 저장소 연결
(7) push
> git push --set-upstream origin master
또는
반응형
'etc > Tip' 카테고리의 다른 글
[ VM Ware ] 가상머신, 이미지 복사 / 복제 (Pro 버전 Clone 기능, Clone 기능 없이 복사하기 (0) | 2020.06.22 |
---|---|
[ Putty ] 연결 계속 유지시키기(Server unexpectedly closed network connection 해결) (0) | 2020.04.22 |
[ Server ] 네트워크 설정 시 LAN 카드 구별법 (0) | 2020.04.21 |
댓글