Git&Github
49. [Git] 저장소 이름 변경하기(change repository name)
drizzle0925
2022. 1. 7. 17:00
728x90
Setting > Repository name에서 변경하고 싶은 이름을 입력 > Rename 버튼 클릭
Git URL 확인
이후 설정된 git 프로젝트 열어 아래 명령어를 입력합니다.
git remote set-url origin [변경할 url]
원격 저장소 이름을 study에서 codeigniter3-tutorials로 변경한 예시입니다.
728x90