Neal Kreitzinger <nkreitzinger@xxxxxxxxx> writes: > To get this to work I had to learn more about shell scripting and export > the GIT_WORK_TREE git environment variable. > > (post-update hook): > export GIT_WORK_TREE=/home/neal/FSNMSTHTML > git checkout -f HEAD Hmm, I thought "cd .. && git checkout -f HEAD" (or "git reset --hard") would have worked. -- 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