I started a new project and created a local git repo with "git init" and now I have a few branches and everything works great.
However, since my webhosting company offers git hosting (details if you're curious), I'd like to push my entire repo to their servers to have a backup in the cloud in case something bad happens to my local repo.
How can I make the remote repo the "origin" since the repo was started locally?