Closed mpfz0r closed 11 months ago
When using this option, the checkout will try to merge in the base branch into each module by running: git merge --no-edit origin/<base-branch>
git merge --no-edit origin/<base-branch>
Retain the unmodified BaseRevision info in the Module struct so it can be used in case it was overwritten by applyPullRequestsOverride()
BaseRevision
Module
applyPullRequestsOverride()
When using this option, the checkout will try to merge in the base branch into each module by running:
git merge --no-edit origin/<base-branch>
Retain the unmodified
BaseRevision
info in theModule
struct so it can be used in case it was overwritten byapplyPullRequestsOverride()