Hi,
On Sun, Apr 4, 2010 at 10:17 PM, Nico Schümann
[off-list ref] 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