Skip to content

Prevent merge into plugins main branch

Rasbats edited this page Sep 22, 2021 · 2 revisions

$ git config branch.main.mergeOptions "--ff-only"

$ git config branch.main.rebase true

This makes changes in your clone of opencpn-manuals/plugins. If you delete the plugins directory and clone again you would need to repeat these steps. They are not propagated to main.

Clone this wiki locally