📚 [Git] Repository 변경하기

Category: Git | 📅 April 28, 2022

준비물

  • 기존주소
  • 변경주소

변경하기

$ git remote -v /* git 기존주소 확인 */
$ git remote set-url origin 변경주소

확인하기

$ git pull