Skip to content

Commit

Permalink
No fast forward
Browse files Browse the repository at this point in the history
  • Loading branch information
raulssorban committed Oct 17, 2023
1 parent b09f2d3 commit 704547b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Build/branch_merge.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FOR %%P IN (Carbon.Core/Carbon.Components/Carbon.Bootstrap Carbon.Core/Carbon.Co
echo ** Merging '%%P'
cd %BOOTSTRAP_ROOT%/%%P
git checkout %TO_BRANCH% > NUL
git merge origin/%FROM_BRANCH% -m "Merging %FROM_BRANCH% into %TO_BRANCH%" > NUL
git merge origin/%FROM_BRANCH% -m "Merging %FROM_BRANCH% into %TO_BRANCH%" --no-ff > NUL
git push --set-upstream origin %TO_BRANCH% > NUL
echo done.
)
Expand Down

0 comments on commit 704547b

Please sign in to comment.