Re: git: pushing a branch to a remote git repository

2009-11-01 Thread Alan Chandler
On Sunday 01 Nov 2009, Micha wrote: > I'm using a clone of a local git repository to backup the repository. > The problem is that it seems that when pushing changes, only master > is pushed to the remote repository instead of all the branches. > > Is it possible to push/pull branches into an exi

Re: git: pushing a branch to a remote git repository

2009-10-31 Thread Ansgar Burchardt
Hi, Micha writes: > I'm using a clone of a local git repository to backup the > repository. The problem is that it seems that when pushing changes, > only master is pushed to the remote repository instead of all the > branches. > > Is it possible to push/pull branches into an existing repository

git: pushing a branch to a remote git repository

2009-10-31 Thread Micha
I'm using a clone of a local git repository to backup the repository. The problem is that it seems that when pushing changes, only master is pushed to the remote repository instead of all the branches. Is it possible to push/pull branches into an existing repository and make sure that a push u