I use Business Central from jBPM 7.31 to create assets (BPMN and DMN). In my application (Spring Boot) I attached the KJAR with assets created by Business Central and use KIE as library. In other words, I use BC only as a diagram editor running on localhost.
When I created project in Business Central a new bare git repository was created in $WORKING_DIRECTORY/.niogit directory. However, my team already has a git repository set up. Is it possible to configure Business Central to use a remote git repository instead of the one created on my local machine?