Skip to main content

Checkout Mendix 8 App

Mendix 8 Support

Low-Ops platform utilizes private Git repositories to store Mendix application source code.

Mendix Studio Pro versions before 9 are compatible only with SVN (Version Control System) and do not support Git. Consequently, Git command line interface is employed for committing and pushing changes to remote repositories.

Follow steps below to push your changes to the remote repository

  1. Download and install Git-Bash.
  2. Use Git-Bash to clone the Mendix project repository. Clone Mendix Project
  3. Launch Mendix Studio Pro and click on "Open App". Open Mendix Studio Pro
  4. Choose the "Locally on Disk" option. Select Locally on Disk
  5. Navigate to the directory where the project was cloned and select the .mpr file. Navigate to Cloned Project
  6. After making changes to your application, return to Git-Bash and commit and push the changes to the remote repository using Git commands. Commit and Push Changes