Push git changes to a shared network drive

后端 未结 3 1470
遇见更好的自我
遇见更好的自我 2020-12-04 05:18

How can a team of four people use Git (specifically Github for Windows) to push local changes to a shared network drive?

Right now (without Git) we have to copy the

3条回答
  •  情深已故
    2020-12-04 05:27

    You can add another remote pointing to your network drive (git remote)

    Then you can push pull similar to what you do with github

提交回复
热议问题