Legacy - Available source control operations
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Building applications
The source control integration primarily supports operations from Studio, but can also support some operations directly from the GIT repository.
Operation | Description | Available from |
---|---|---|
Import from Source Control | Imports an application from the repository to the local instance. | Studio |
Link to Source Control | Allows developers to manage application changes from a GIT repository. | Studio |
Edit Repository Configuration | Updates the GIT repository user credentials. | Studio |
Apply Remote Changes | Updates the local version of the application to match the repository version. | Studio |
Commit Changes | Updates the repository version of the application to match the local version. | Studio |
Stash Local Changes | Removes and saves local changes for later work. | Studio |
Switch Branch | Updates the local version of the application to match the repository branch version. | Studio |
Create Branch | Creates a branch in the repository to save a different version of the application. |
|
Create Tag | Creates a tag in the repository to link to a particular application version. |
|
Manage Stashes | Allows developers to apply or delete stashed changes. | Studio |
Create repository | Creates a repository to store application changes | GIT repository |
Create credentials | Creates credentials to the repository. | GIT repository |
Grant access to repository | Provides read and write access to the repository tied to a specific set of credentials. | GIT repository |
Source Control repository sync | Allows admins to apply remote changes from the Source Control repository, to
resynchronize with the instance. Note: This operation is only available if Delta
loading is being used for the repository. See Legacy - Delta loading. |
Repository Configuration form |