# Back-End/Git

[Git] remote url 변경

변경 전 확인

git remote -v

 

변경 (fetch, pugh 모두)

 

$git remote set-url <현재Branch명> <원격지 저장소 주소>

 

 

변경 후 확인

git remote -v

 

 

 

 

728x90