원격 저장소 URL 변경하기

· 댓글 : 0 조회 : 419 · 0
원격 저장소 URL 변경하기
4d72a7db12bf4111df875f918be13871104326.png

원격 저장소 URL 변경하기

기존 원격 저장소 URL을 변경하기 위해 git remote set-url 명령어를 사용합니다:

$ git remote -v # View existing remotes origin  https://github.com/user/repo.git (fetch) origin  https://github.com/user/repo.git (push) $ git remote set-url origin https://github.com/user/repo2.git # Change the 'origin' remote's URL

$ git remote -v

# Verify new remote URL origin  https://github.com/user/repo2.git (fetch) origin  https://github.com/user/repo2.git (push)


두 개의 인자를 가집니다:

Troubleshooting 문제 해결

통계분석을 위해 매체별 전용URL 사용해주세요.