On Tue, Dec 23, 2008 at 11:59 AM, Paul Vincent Craven wrote: > If I do a 'git push' to another repository, my changes are reverted > the next time that repository is updated, unless I do a hard reset on > the remote repository first. Of course, then I would lose my changes > in the remote repository. What is the correct way of handling this? Pull from the other side, or push to a branch that you never check out. Better yet, push to a bare (no work tree) repo you can pull from both sides. http://git.or.cz/gitwiki/GitFaq#head-b96f48bc9c925074be9f95c0fce69bcece5f6e73 Peter Harris -- 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