본문 바로가기
카테고리 없음

[GitHub] + VSCODE remote origin 변경

by YJHTPII 2023. 7. 25.
반응형

 

 

https://mchch.tistory.com/125

 

[GitHub] 원격 저장소 remote origin 변경

git clone으로 내려받은 프로젝트를 내 repository 에 올리고 싶었음 vscode 사용 1. 내 github에서 새 repository 생성 및 주소 복사 2. 터미널에서 remote url 확인 명령어 : git remote -v 3. remote 주소 변경 명령어 :

mchch.tistory.com

 

git clone으로 내려받은 프로젝트를

내 repository 에 올리고 싶었음

vscode 사용


1. 내 github에서 새 repository 생성 및 주소 복사

2. 터미널에서 remote url 확인

명령어 : git remote -v

3. remote 주소 변경

명령어 : git remote set -url origin "repository 주소"

주소 변경뒤 다시 git remote -v로 확인하면 바뀌어 있음!

 

4. push로 프로젝트를 업로드 해준다

명령어 : git push

 

반응형

댓글