I'm running Gitosis and want my committed work to be staged in my html directory.
I was trying to use this approach to set GIT_WORKING_TREE to my html directory, but I'm getting the error remote: fatal: This operation must be run in a work tree. I think it's because Gitosis seems to necessitate bare-repositories.
Any advice will be a great help. Thanks.