프론트엔드/Git&GitHub
Git remote
윷땡
2022. 7. 11. 15:32
Git 원격 저장소
현재 git에 등록된 원격 저장소 리스트 확인
git remote -v
변경할 원격 저장소를 입력해주기
git remote set-url <name><변경할 url>
원격 저장소 해제
git remote remove <name>
원격 저장소 등록
git remote add <name><url>