Hi, On Sun, Apr 4, 2010 at 10:17 PM, Nico Schümann <nico.schuemann@xxxxxxxxxxxxxx> wrote: > $ git push > > But the changes do not appear on the master server. I have to type > > # git reset --hard or > # git checkout -f git-push only propagates history and updates refs. It doesn't touch files in the working tree. I suspect you're pushing to a non-bare remote. Please see --bare option in git-init (1) and this FAQ [0] on the Git Wiki for more. [0] https://git.wiki.kernel.org/index.php/GitFaq#Why_won.27t_I_see_changes_in_the_remote_repo_after_.22git_push.22.3F -- Ram -- 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