how to create and manage a non-bare repo?
1
I basically want to push changes up to my work tree on a remote server, gitstack keeps making bare
repos I want a work tree associated with my repo, so I’ve tried creating one using git init but git stack crashes when trying to manage premissions
in a non bare repo’s folder (.git) what can I do to achieve work tree updates on the remote server?
asked January 31, 2013
arcanine
5
1 Answer
Your Answer
Please login to post questions.