Particularly as I'd got my head round distributed repos, and had nowhere to put a central repo, so kept forgetting which one of my repos I was designating as the "central" one...
What you need to do here is set the origin remote up so that git remembers the central repo for you. See here (http://help.github.com/creating-a-repo/) and here (http://help.github.com/remotes/).
I think that git probably has equal ability to handle distributed repos, but darcs certainly makes it easier.
no subject
What you need to do here is set the
origin
remote up so that git remembers the central repo for you. See here (http://help.github.com/creating-a-repo/) and here (http://help.github.com/remotes/).I think that git probably has equal ability to handle distributed repos, but darcs certainly makes it easier.