最近,我一直在玩 git。我正在尝试模拟将补丁应用到我的主分支,这个补丁包含一个提交,我在其中向 java 操作添加了一些注释。我使用 git 生成了补丁format-patch
。然后我切换到我的主分支来应用补丁。执行 git apply 命令时出现以下错误:
path/to/my/patch/file: line x
path/to/my/patch/file: line x+1
path/to/my/patch/file: line x+2
path/to/my/patch/file: line x+3
我注意到我还尝试了以下论点:--ignore-space
,,,ignore-whitespace