Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 215 Bytes

gitRemoteChange.md

File metadata and controls

12 lines (9 loc) · 215 Bytes

Git - 깃 리모트 변경 하기

기존 리포지토리 remote 제거

git remote remove origin

새 리포지토리 remote 추가

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