How can I connect my Mendix app to my personal GitHub repository?

0
Hi everyone, I am trying to connect my Mendix application to my own personal GitHub repository instead of using the default Mendix Team Server and others can also work on that same repository. I want to: Push my Mendix project to my GitHub repo Manage commits from Mendix Studio Pro Pull/push changes using Git instead of the Mendix-provided repository Any guidance or complete workflow would be really helpful :) Thanks in advance!  
asked
1 answers
1

Hi, you should take a look at:

http://docs.mendix.com/refguide/on-premises-git/

keep in mind that there are some limitations to using your own git provider over mendix teamserver (also documented there) and that not all git providers play nice with the large file size of mendix .mpr files.

 

Note that everything you want from git is already available when using mendix' own git repository (teamserver), this option should really only be used if it fits your enterprise solution better (e.g. for CI/CD purposes).

answered