docs/versioned_docs/version-3.0.0-LTS/development-lifecycle/gitsync/pull.md
Once the GitSync is configured and the changes are committed to the git repository, after that the changes can be pulled from the git repository to restore the application or to use multi instance as multi environment.
To restore an application from a git repository, click on the kebab menu (three dots) on the right side of the Create new app button on the dashboard. Click on the Import from git repository option.
On clicking the Import from git repository option, a modal will open with the dropdown to select the app to be imported from the git repository. Once the app is selected, the app name and the last commit will be displayed. Click on the Import app button to import the app from the git repository.
Note:
You can check for updates and pull changes from the git repository by following these steps:
Click on the GitSync button, a modal will open with the option to Check for updates.
Click on the Check for updates button to check for updates in the git repository. If there are any updates, you will see the details of the updates such as commit message, author, and the date in the modal.
Click on the Pull changes button to pull the changes from the git repository.