How two laptops can git push/pull to each other with no internet

后端 未结 5 1740
情话喂你
情话喂你 2020-12-24 03:05

Say my co-hacker and I find ourselves on a desert island. Normally we push and pull to github to sync with each other. How would you recommend we do so when we have no conne

5条回答
  •  感情败类
    2020-12-24 03:47

    For starters - get this book - http://book.git-scm.com/

    Indispensable

    Second, there is a section on page 40 titled Distributed Workflows

    That should cover what you need, just use ssh as your comms protocol (assuming you're familiar with ssh from command line)

提交回复
热议问题