We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d3753 commit 021cc90Copy full SHA for 021cc90
Scripts/NVR_NAVScripts/Merge-NAVGIT.ps1
@@ -174,7 +174,7 @@ function Merge-NAVGIT
174
175
function CreateGitMerge
176
{
177
- $result = git.exe merge --no-ff --no-commit --strategy=ours --quiet --no-progress $targetbranch | Out-Null
+ $result = git.exe merge --no-ff --no-commit --strategy=recursive --strategy-option=theirs --no-renames --quiet --no-progress $targetbranch | Out-Null
178
}
179
180
function ConvertTo-Date ($param1)
0 commit comments