아미(아름다운미소)

github remote 제거(기존) 및 remote 추가(신규) 본문

랭귀지/Git

github remote 제거(기존) 및 remote 추가(신규)

유키공 2020. 11. 24. 13:23

기존 리포지토리 remote 제거
$git remote remove origin

새 리포지토리 remote 추가
$git remote add origin https://github.com/계정/리포지토리 

리포지토리확인
$git remote --v

'랭귀지 > Git' 카테고리의 다른 글

git pull 가 안먹을때  (0) 2020.11.27
error: failed to push some refs to  (0) 2020.11.16
Git : remote 명령어 정리  (0) 2018.08.08
Git : pull 명령어 정리  (0) 2018.08.07
Git : log 명령어 정리  (0) 2018.08.06
Comments