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