On Sun, Jan 4, 2009 at 6:00 AM, Victor <[email protected]> wrote:
> Woops. I was a bit hasty in saying it works. Whoops here too! (And yet I could have sworn it worked...) > Fetching and pulling is done properly but pushing doesn't work with > that configuration. "git show remote origin" and "git show remote puborigin" both show "tracked remote branch ... master". It seems to me that, since both remotes are tracking "master", git is picking the puborigin. On what basis? I don't know, but it's the wrong one for a push. This is what is causing the problem. While I figure out how to fix that, you will need to use "git push origin" instead of just "git push". Sorry about that! Sitaram --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
