See changes in git

0
Hello!, we are having some problems working with versions (of our system) on a set of mendix microservices apps and for this i ask, is there a way to see the changes made to the file .mpr before commiting to git? i know that's a binary file but we need to see what changes are being commited to check what changes goes to what release.   Thanks in advance!, everything helps!
asked
1 answers
1

Hello

 

You can use the tool:

https://github.com/cinaq/mendix-cli

to convert your model to a human readable format, such as YAML

and then apply the DIFFs in this file to track the changes.

answered