리눅스(ubuntu)/Git 관련
git remote 관련
감데공
2018. 7. 12. 09:40
- 기존 저장소 보기
git remote -v
- 기존 저장소 삭제
git remote remove [저장소 이름]
- 저장소 등록하기
git remote add [단축이름 원격저장소] [url]
- 원격지 브런치 삭제
git push origin --delete [브렌치 이름]