Skip to content

Git Support

Grigory Panov edited this page Jul 13, 2018 · 3 revisions

Important: The preferred way of running personal builds with Git on TeamCity is to use Branch Remote Run Trigger which creates builds on branches in TeamCity.

Note: Git support is an experimental feature and could change at any time.

Please note that experimental Git support has some limitations:

  • works correctly only with a default branch specified on TeamCity;
  • local branch should not contain any not-pushed commits;
  • last commit in the branch should be already processed by TeamCity server.

Given the above, if you wish to enable experimental Git support, add the following entry to the VS Code Settings (File > Preferences > Settings):

"teamcity.experimental.git.support": "true" 
Clone this wiki locally