Concurrency in a GIT repo on a network shared folder

后端 未结 4 1697
名媛妹妹
名媛妹妹 2020-11-30 02:02

I want to have a bare git repository stored on a (windows) network share. I use linux, and have the said network share mounted with CIFS. My coleague uses windows xp, and ha

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-30 02:25

    Apparently using a central git repo is supported. Most prescribed uses indicate ssh or http access, neither of which avoid the simultaneous access to the repo. Even if you are doing completely distributed usage, this question arises if more than two collaborators push to the same repo anywhere. So far, no response has answered the question. Does the design of git allows it to handle N simultaneous pushes to a branch?

提交回复
热议问题