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 |
Enables 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 |
Avoid collision of uncommitted changes to update sets |
Enables users to choose update set to make changes to an application
file. |
GIT repository |