Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我没有网络连接来允许 git fetch 工作,但我确实有远程桌面访问权限,所以我尝试使用 git format-patch 和 git am 来传输提交。
但是,该补丁似乎在应用时会获得一个新的提交号,因此您最终不得不在网络恢复时进行合并。
是否可以通过传输补丁文件来获得拉动的效果?