github Repository 이름 변경
📌Repository remote의 URL 재설정 방법
📖 Step1. github에서 Repo 이름을 변경한다.
✍ 아래 이미지와 같이 github.com에서 Repository name을 변경한다.
📖 Step2. 변경된 remote URL로 설정
git remote -v
git remote set-url origin [URL]
git remote -v
개인적으로 공부하며 기록한 내용으로, 틀린 내용이 있는 경우 덧글을 달아주시면 감사하겠습니다. 😍