Git over Email?

后端 未结 3 961
感动是毒
感动是毒 2020-12-10 04:10

Assuming network access is sporadic with no central server, what would be the best way to use git to keep three or more branches in sync? Is there a way to extract just my d

3条回答
  •  执笔经年
    2020-12-10 04:43

    See the main pages for git-format-patch and git-am. This is one of the ways the system was originally designed to work with.

提交回复
热议问题