git remote url 변경 전 $ git remote -v origin https://github.com/tj/commander.js.git (fetch) origin https://github.com/tj/commander.js.git (push) git remote push url 변경 $git remote set-url --push origin $git remote set-url --push origin https://github.com/shelljs/shelljs.git 결과 $ git remote -v origin https://github.com/tj/commander.js.git (fetch) origin https://github.com/shelljs/shelljs.git (push)..