Is it possible to modify the URL for a remote Git repository via Visual Studio 2013 if it happens to be set incorrectly? I\'m getting the \"famous\" (and not very helpful) error
From the command line, git remote set-url remotename url will do the trick. docs here
git remote set-url remotename url