Git 원격 저장소

현재 git에 등록된 원격 저장소 리스트 확인

git remote -v

변경할 원격 저장소를 입력해주기

git remote set-url <name><변경할 url>

원격 저장소 해제

git remote remove <name>

원격 저장소 등록

git remote add <name><url>

'프론트엔드 > Git&GitHub' 카테고리의 다른 글

Github fork  (0) 2022.04.04
Git 명령어 (추가)  (0) 2022.04.04
.gitignore  (0) 2022.04.03
Git Branch와 Git Flow  (0) 2022.04.02
Git clone과 Git init  (0) 2022.04.01

+ Recent posts