Pull Changes from Git Repo
Once the git sync is configured and the changes are committed to the git repository, after that the changes can be pulled from the git repository for the following use cases:
- Sequential Development - Allows multiple developers to work on the same application, one after another.
- Application Migration - To use multi instance as multi environment.
- Application Backup - To restore an application backup.