change remote
Change url path of the remote repository.
git remote set-url [remote-name] [repository-url]
// i.e.
git remote set-url origin git@github.com:proochster/shortcode.git
copy
Change url path of the remote repository.
git remote set-url [remote-name] [repository-url]
// i.e.
git remote set-url origin git@github.com:proochster/shortcode.git
copy