Git remote 저장소 변경

git 2018. 1. 12. 15:59

Git remote 저장소를 변경시키는 명령어


>git remote -v

origin http://github.com/repo_test1.git (fetch)

origin http://github.com/repo_test1.git (push)


>git remote set-url origin http://github.com/repo_test2.git


>git remote -v

origin http://github.com/repo_test2.git (fetch)

origin http://github.com/repo_test2.git (push)


'git' 카테고리의 다른 글

Git subtree 이용하기.  (0) 2018.01.03
Posted by 무세1
,