2023년 신상 호텔 리스트
최근에 오픈한 호텔을 찾는다면 살펴보세요

Git - Git Remote 삭제하기

조회수: 514

git remote remove [name of the remote]를 하면 된다.

우선 실행하기 전에 git remote -v를 해서 remote가 있는지 확인하자.

remote 추가를 하려면 git remote add origin [remote 주소] 실행하면 된다.