Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > I don't see what is soooo hard with using git-remote in the repo you are > pushing from. It's just a "git remote add origin <url>", and you can even > use this to push right afterwards: "git push --all origin". If "git remote add" is so easy, why does "git clone" set up the remote for you? And don't tell me that you didn't notice that "git clone" does more than your proposed "git remote add origin ...". > Besides, if you really want to work together, chances are that you do > _not_ want to start with <n> independent initial commits. So, what? > So you need to populate the repository before starting _anyway_. Last time I checked, the thread was talking about bare repository. Perhaps you have a magic formula to populate a bare repository without pushing to it from another repo, but I don't. -- Matthieu - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html