I would like to create the following setup for my git repos:
I currently have a local git repo with all my working files. I would like to be able to setup a central bar
You must first clone from bare repository, merge your branch, then push to bare repository again. Because you haven't any working tree on bare repositories for solve conflict.