As described in the Git merge team, a recursive strategy accepts, among others, ours and their options. Both options resolve conflicts by overwriting existing or incoming versions, respectively.
I donโt know which version is newer in your case, so I canโt specify exactly which of the two parameters you should specify, but I think you will understand this.
Note. As @Mark Longair noted, our strategy also exists, but has a different effect than our option for a recursive strategy. Be careful not to confuse them.
source share