본문 바로가기

git, github

원격 저장소 연결 및 연결 끊기

 

연결 끊는 명령어

git remote rm origin

 

연결하는 명령어

git remote add origin 주소

 

연결 확인 명령어

git remote -v

 

 

 

'git, github' 카테고리의 다른 글

[git] failed to push some refs to + 레포 주소 error  (0) 2024.06.03
github 레포지토리 갱신하기  (0) 2024.04.01
Repository 강제 push  (0) 2024.03.14
브랜치 강제병합  (0) 2024.03.08
[git, github] 협업 관리하기  (0) 2024.01.11