Menu
Menu

Git Remote 변경하기

깃 리모트 제거

1
git remote remove <이름>

리모트 추가

1
git remote add origin https://github.com/계정/Repo