On Fri, Nov 14, Fredrik Gustafsson wrote: > On Fri, Nov 14, 2014 at 11:14:27AM +0100, Olaf Hering wrote: > > So my repo-master is now "bare". I pushed from repo-branchA into > > repo-master and see my commits in both repos. But pushing from > > repo-master to the remote fails because repo-master does not have > > outstanding remote commits. However, git fetch doesnt do anything: > > Are you mixing up your branches? So that you're updating one branch in > your master repo but trying to push an other branch to your remote repo?
I dont think so. I have branchA in repo-branchA, and a 'git push origin branchA' puts it into repo-master. How is a bare repo supposed to be updated? Is a simple 'git fetch --all' supposed to work? Olaf -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html