WorkaHolic

Git Remote 본문

Develop/Git

Git Remote

Programics 2021. 5. 24. 13:43

원격 저장소 관리

 

리모트 확인

git remote

git remote -v

 

새 리포지토리 remote 추가

git remote add origin 깃주소

 

기존 리포지토리 remote 삭제

git remote remove origin

반응형

'Develop > Git' 카테고리의 다른 글

Git Checkout  (0) 2021.05.24
Git Push  (0) 2021.05.24
Git Branch  (0) 2021.05.24
Git 기본 사용법  (0) 2021.05.24
Git 용어 (git help)  (0) 2021.05.24