Non bare repository creation with gitstack
0
Hello
Is there any configuration parameter that would allow to create non bare repository instead of bare one ?
We are using git as our software distribution system. We can simply clone our clients repository to our central server and push changes to them. Bare repositories are problem for us as client needs to perform one additional step (clone from gitstack to get non bare repository) and we would like to avoid that.
Thanks
Marcin
asked August 2, 2012
domelqq
0
1 Answer
0
It is not possible yet to configure GitStack to create bare repositories. Feel free to do a feature request on github. If many users are requesting it, we will do it.
Your Answer
Please login to post questions.