ターゲット ブランチで変更されたファイルの一部を削除したソース ブランチからマージしようとしています。削除を無視して、目的のブランチに既にあるものをそのまま受け入れたいと思います。
私がいつ:
git merge -s recursive -X ours master
の出力git status
は次のとおりです。
# On branch nyap-artifactory
# Changes to be committed:
#
# new file: file-re-added-by-source-branch-that-should-be-deleted
# modified: file-modified-by-source-branch
#
# Unmerged paths:
# (use "git add/rm <file>..." as appropriate to mark resolution)
#
# deleted by them: file-deleted-by-source-branch-that-should-be-kept
次のステップは何ですか?