Cloning Git Applications
To clone a Git-enabled application:
- 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. - Click Clone from Git.
The Clone and Application modal appears. - Enter a Name for the imported application.
- Navigate to your Git application, copy the URL of the remote application, and paste it in the Remote URL field.
- Specify the Git-related details required.
For guidance on these details, see creating-a-git-enabled-application. - Click Create.
info
Merge conflict resolution isn't supported in Koodisi 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.