728x90
원격 저장소 목록 조회
git remote -v
원격 저장소 추가
git remote add 별명 주소
예시
git remote add origin https://github.com/thegreatjy/thegreatjy.git
원격 저장소 수정
git remote rename 원래이름 변경할이름
원격 저장소 삭제
git remote remove 별명
728x90
원격 저장소 목록 조회
git remote -v
원격 저장소 추가
git remote add 별명 주소
예시
git remote add origin https://github.com/thegreatjy/thegreatjy.git
원격 저장소 수정
git remote rename 원래이름 변경할이름
원격 저장소 삭제
git remote remove 별명