Cloning Git Applications

To clone a Git-enabled application:

  1. Navigate to the Applications panel and click the Create or Import Application icon. From the options that appear, select Create. The Choose Application Type modal appears.

  2. Click Clone from Git. The Clone and Application modal appears.

  3. Enter a Name for the imported application.

  4. Navigate to your Git application, copy the URL of the remote application, and paste it in the Remote URL field.

  5. Specify the Git-related details required. For guidance on these details, see Creating a Git-Enabled Application.

  6. Click Create.

Merge conflict resolution isn't supported in PlatformNx at this time. However, here are a few best practices to avoid merge conflict situations:

  • Use the Description fields to document and keep track of your work.

  • Ensure that your team is aware of tasks completed.

  • If multiple team members are working on the same branch, ensure the team is in sync with the latest changes being made.

  • Use branching efficiently to ensure code integrity.

Note that, at this point of time, once you check-in your changes, getting back to a previous stage isn't possible.

Last updated

Was this helpful?