Graylog2 / graylog-project-cli

CLI tool for graylog-project
Other
23 stars 8 forks source link

Add checkout --merge-in-base support #40

Closed mpfz0r closed 11 months ago

mpfz0r commented 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>

Retain the unmodified BaseRevision info in the Module struct so it can be used in case it was overwritten by applyPullRequestsOverride()