git merging branches in a bare repository

前端 未结 3 1500
花落未央
花落未央 2021-02-19 13:53

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

3条回答
  •  灰色年华
    2021-02-19 14:17

    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.

提交回复
热议问题