Git变基:冲突不断阻碍进度
我有一个git分支(称为v4),它是昨天才由master制作的。我想对v4进行一些母版更改。因此,在v4中,我尝试从master进行重新设置,一个文件使问题不断恶化:一个单行文本文件,其中包含版本号。该文件是app/views/common/version.txt,在重新定标前包含以下文本: v1.4-alpha-02 这是我在做什么: > git rebase master First, rewinding head to replay your work on top of it... Applying: new version, new branch error: patch failed: app/views/common/version.txt:1 error: app/views/common/version.txt: patch does not apply Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging …