Started with a local git repo now I want to push my changes to a remote server
- by Eliseo Soto
Hi,
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 (if you're curious https://support.eapps.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=203) 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?
Hope my question makes sense.
Thanks,
a Git newbie.