Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Dr. Christoph "Schorsch" Jung edited this page Nov 19, 2022 · 3 revisions

This is how the patch branches work.

On a workspace connected to product-edc (origin) and ka-product-edc (patch), do

git pull -r patch git fetch origin

git checkout "branch_to_patch" git checkout -b "patch_branch"

git cherry-pick "any-patch-commit"

Adapt repository urls and version numbers to the new patch number

Finally, perform the deployment

./gradlew --continue clean build publish -x test

Clone this wiki locally