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.
假设我已经从应用 A 中的 6 个提交创建了一个补丁,并且我想在应用 B 中应用这个补丁。
如果我尝试应用补丁,git 会抱怨,因为命名不同或文件还不存在。
是否可以应用补丁和
我要解决的问题是将一些代码从应用程序 B 复制到应用程序 A。我无法合并,因为我只希望在 A 中构建一个功能(几个提交)。这可以使用 git 吗?