Git repo branch name
The Git repo branch name of your project
Git repo URL
The Git repo URL of your project, e.g. https://github.com/myaccount/myproject.git.
Note Currently only GitHub is supported.
Git user name
User name of the Github account for the Git repo.
**Note** Since this is a **project-level setting**, it is saved in the project file. Because the project file is committed to the Git repository, there is a potential **security concern**. To protect your GitHub account, sensitive information such as the **Git repo URL, Git username, and Git password** are **encrypted** before being saved. When you enable the Git repo URL and save the project, you will be prompted to enter a **Team Encryption Key**. This key is stored only in the **Windows registry**. You should share this key securely with other members of your team so they can decrypt the settings when syncing their local projects with the repository. **Important**: - Do **NOT** store the Team Encryption Key inside the repository. - Only distribute the key through a secure channel (outside of Git). - If the Team Encryption Key is **forgotten or lost**, the encrypted Git settings cannot be recovered. You will need to **delete the Git settings from the project and set them up again** with a new Team Encryption Key, then share the new key with your team.
Git personal access token
Personal access token of the Github account for the Git repo.
Git auto fetch
Whether to do git fetch periodically to retrieve new work done by other people.
Git auto fetch period (seconds)
Time interval to do git fetch.
Prompt for Git commit message
Whether to prompt you to enter a Git commit message when you save your project. If not enabled, the default commit message is generated from the time when you save.