【发布时间】:2013-06-26 14:20:12
【问题描述】:
我正在合并一个文件,但在完成 3 路合并后,我看到了这个:
Normal merge conflict for 'myfile.ext':
{local}: modified file
{remote}: modified file
Hit return to start merge resolution tool (araxis):
The following paths are ignored by one of your .gitignore files:
Installers
Use -f if you really want to add them.
fatal: no files added
而git status 给出:
Unmerged paths:
# (use "git reset HEAD <file>..." to unstage)
# (use "git add <file>..." to mark resolution)
#
# both modified: myfile.ext
我试图找到 .gitignore 但没有结果。 有没有办法在我修复问题 .gitignore 文件之前强制合并?
【问题讨论】:
标签: git version-control merge dvcs gitignore