On Mon, Mar 23, 2015 at 5:35 PM, Graham Hay <grahamr...@gmail.com> wrote:
> Hmm. I'm using a "private" fork of a repo, I pull from one and push to
> the other, e.g.
>
> git fetch foo
> git rebase foo/master
> git push --set-upstream origin bar
>
> It's quite possible my workflow is causing the problem, but I'm not
> sure what I could do differently. What do you mean by a "no-share
> remote"?

I mean the refs (and associated objects) that are available on "foo"
may be not available on "bar" so when you push to "origin" you just
need to send more. That rebase could generate lots of new objects to
push out too, I think.
-- 
Duy
--
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

Reply via email to