I'm working on a test script and trying to reproduce git merge conflict DD when shown via "git status --short". I've seen this conflict type in the past.
- DD (unmerged, both deleted)
I keep coming up with no conflict with everything I try.
What steps do I need to perform to generate "DD" conflict? What does a "DD" conflict mean?
I saw this: Git: how to create different unmerged states? But the steps listed there no longer produce any conflicts in later versions of Git.