3. Remote repositories
Remote git repositories
You can connect given workspace with Git repository. This page allows you to perform the most important operations:
Save / Update / Delete settings per workspace
Assign git clone command. Git clone command is used to clone entire remote repository to temporary virtual environment and perform other git operations like: status / add / commit / etc.
Example git clone command format:
Select workspace on which you will perform git operation or you want to save / update / delete connection settings.
Git clone command. Must contain username and token. E.g. git clone https://USER_NAME:APP_TOKEN@bitbucket.org/ORG_NAME/REPO_NAME.git
Branch name that will be connected with given workspace.
Save or update git connection settings related to selected workspace. After this workspace will have "Connected" tag in workspace browser.
Delete git connection settings related to selected workspace. After this workspace will have "Not connected" tag in workspace browser.
Based on provider connection and branch setup, repository content will be downloaded into workspace replacing all files.
Based on provider connection and branch setup, repository content will be uploaded into Git repository replacing all files. You can add commit message during the operation.
Based on provider connection and branch setup, workspace content will be compared by 'git status' command with remote repository.
Git operation results will be appearing here.

Last updated