Unable to push remote branches

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Unable to push remote branches

From: Srinidhi K V <hidden>
Date: 2016-06-15 22:51:10

Hi All,

I have a GIT repository in which there are lot of remote branches, I
have created a bare git repository in my server. When I push my local
repository to the bare repository in server using "git push --all"
only local branches get pushed.
However when I use "git branch -r" I get remote branches which tracks
to local branch.
I need push all the existing remote branches from my local repo to
bare repository in my server. How do i do that? Any pointer would be
of great help.

Thanks in Advance
Srinidhi KV

Re: Unable to push remote branches

From: Carlos Martín Nieto <hidden>
Date: 2016-06-15 22:51:10

On Fri, May 06, 2011 at 10:17:37AM +0530, Srinidhi K V wrote:
Hi All,

I have a GIT repository in which there are lot of remote branches, I
have created a bare git repository in my server. When I push my local
repository to the bare repository in server using "git push --all"
only local branches get pushed.
This is exactly what the man page says --all does. Remote branches are
under refs/remotes/<remote>/heads. You might want to use --mirror or
specify refs/remotes/* as the branches to push (I haven't tested this
refspec, but I think it should work).

   cmn
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help