반응형

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

 

반응형

+ Recent posts