본문 바로가기

GIT

[Gir] remote url 변경 명령어

반응형

git remote url 변경 명령어


origin에 설정된 remote url을 변경하기 위해서는 아래 명령어를 사용하면 된다.


git remote set-url origin 변경할URL주소


ex)

git remote set-url origin http://test.com

반응형