How to use Git in a sneakernet environment?

后端 未结 4 1255
面向向阳花
面向向阳花 2021-02-07 02:45

My project has a number of test PCs which are 100% off-net. We use a USB drive to transfer files too and from these PCs. Some development happens during the tests on those PCs.

4条回答
  •  长发绾君心
    2021-02-07 03:05

    I found this tutorial even more helpful than the man page because it gives an example of how Git checks that the incoming bundle and the target repository share a common ancestor commit:

    https://git-scm.com/book/en/v2/Git-Tools-Bundling

提交回复
热议问题