On Thu, Jan 29, 2009 at 12:45:23PM +0100, Sverre Rabbelier wrote:
On Thu, Jan 29, 2009 at 12:40, Pieter de Bie [off-list ref] wrote:
quoted
This is true in all cases. If you create a new branch in any repository,
push that, and later do a 'git pull', you get that message. I agree it's
not the nicest way to handle things, but this is not an issue with the
clone, it's an issue of pushing new branches in general.
Mhhh, so maybe we want a way to set up tracking branches when pushing,
yes? From what I've seen a patch to do that shouldn't be too hard, so
if there's interest in that I could look into that.
I think that would be reasonable. It wouldn't help the case of "somebody
else pushed some content that you want to pull", but like you said, I
think the primary workflow is that you immediately push after cloning
the empty repo.
-Peff