Skip to content

Source

This document provides instructions on how to access and use the "Source" tab, including instructions on how to connect private projects in Version Control System (Gitea) using Mendix Studio Pro.

Accessing the Source Tab

  1. From the "Home" page, select an application.
  2. Navigate to the "Source" tab.

    Source page

Connecting with Mendix Studio Pro

The source page contains the Git repository URL to use in the Mendix Studio Pro.

<img src="../../assets/images/source_link.jpg" width="500" alt="Git repository URL on Source page">

Note: For instructions on logging into Mendix Studio Pro, refer to the Mendix tutorial.

Opening project in the Version Control System (VCS)

To open the project in the Version Control System:

  1. Click the "Open in Gitea" button.
  2. You will be redirected to the project in the VCS.

    Open in Gitea button

Viewing Branch List and Commit History

The Source page provides information about commits and branches:

  1. View the number of commits and branches at the top of the page.
  2. To see the list of branches:

  3. Locate the branch dropdown menu.

  4. Click the arrow to open the dropdown.
  5. View the list of branches.
  6. Select a branch to navigate to it.

    Branch list dropdown

Tip: Regularly review your branches and commit history to maintain a clear understanding of your project's development progress.

Best Practices

  • Use meaningful branch names to easily identify the purpose of each branch.
  • Regularly merge or delete old branches to keep your repository clean.
  • Use Gitea for more detailed code reviews and collaboration.