This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Develop a Personal Copy (Fork) of an Application
A personal copy of an application is also called a fork or a per-developer repository. The best practice is for developers to create a fork off the main repository before starting development work. They use the fork to do independent development work and then test the code in the fork before committing those changes back to the main repository.
Note the following:
- You can create a fork only once.
- You update the fork to be synchronized with the main repository.
- If the master repository has any b ranches (versions) at the time you create the fork, all its branches will also be forked.
Let's see how to create and work with a fork repository. If you haven't created an application yet, follow the steps in Create an Application from Scratch.