본문 바로가기
  • soobinhand의 기술 블로그
Computer Science/git

[git] 만약에 git remote repository 이름을 변경하고 싶다면?

by soobinhand 2021. 10. 31.
728x90

선제조건

  • local repository와 remote repository가 이미 있어야 합니다.

 

순서

  1. git remote repository의 이름을 먼저 변경해줍니다.
  2. 그 후 local 로 들어옵니다.
  3. 기존 터미널에 git remote set-url origin "새 주소"를 입력합니다.
728x90

댓글