ファイルをマージしていましたが、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 ファイルを修正する前にマージを強制する方法はありますか?