[git-users] Re: Connecting Clones

2010-05-31 Thread Marek Wywiał
On 1 Cze, 07:30, ben wrote: > I need to add that I don't have the git-daemon on the server, it's a > shared host. > > On May 31, 10:06 pm, ben wrote: > > > > > I've created a clone (lets call it Dev) of local project (Core), and > > want to create a remote repo of Dev on a server (Staging) with

[git-users] Re: Connecting Clones

2010-05-31 Thread ben
I need to add that I don't have the git-daemon on the server, it's a shared host. On May 31, 10:06 pm, ben wrote: > I've created a clone (lets call it Dev) of local project (Core), and > want to create a remote repo of Dev on a server (Staging) with a > working tree (the actual files). > > How do

[git-users] Connecting Clones

2010-05-31 Thread ben
I've created a clone (lets call it Dev) of local project (Core), and want to create a remote repo of Dev on a server (Staging) with a working tree (the actual files). How do I setup the remotes so that I can push from Dev to Staging? Is this the wrong way to do it? Should I also have a bare repo