728x90
remote 연결, 조회, 연결해제
remote 연결
원격저장소(remote) 연결하기
git remote add <name> <url>
ex)
git remote add origin [<https://github.com/neverGiveUpppppp/kh-workspace.git>](<https://github.com/neverGiveUpppppp/kh-workspace.git>)
remote 목록보기
연결된 원격저장소(remote) 목록보기
git remote -v
현재 로컬에 연결된 remote 목록
remote 삭제
해당 원격저장소(remote) 삭제
git remote remove 리모트명
728x90
반응형
'Git & GitHub' 카테고리의 다른 글
[Git][에러메시지] fatal: refusing to merge unrelated histories (0) | 2022.11.30 |
---|---|
[GitHub] 디폴트(default) 브랜치(branch) 변경 및 브랜치명 변경하기 (0) | 2022.11.30 |
[GitHub] Fork & Fork 업데이트 하기 (0) | 2022.07.29 |
[Git-GitHub] 등록된 이름(name),이메일(email) 변경하고 싶을 때 (0) | 2022.07.21 |
[Git-GitHub] GitBash 깃배쉬 : 브랜치(branch) 이름 변경 & 브랜치 리스트 확인 (0) | 2022.07.19 |