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.
我基本上有3个问题:
这显然取决于您的用例;git bundle 仅当您将变更集从一个 git 存储库转移到另一个时才有意义,而git format-patch创建标准的差异文件可以轻松检查并应用于非 gitified 源树。另一方面git bundle创建单个文件,这比多文件输出更容易传输git format-patch
git bundle
git format-patch
这可能是 Is SHA-1 computed based on content?的副本?
见#2