Started with a local git repo now I want to push my changes to a remote server
Posted
by Eliseo Soto
on Stack Overflow
See other posts from Stack Overflow
or by Eliseo Soto
Published on 2010-04-22T20:38:28Z
Indexed on
2010/04/22
20:43 UTC
Read the original article
Hit count: 185
git
|version-control
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.
© Stack Overflow or respective owner