Configure a repository with Git

Configure each Git repository in a separate <GitRepo> element. Give each repo a unique name using the id attribute, for example id="xoom-revisions".

The Git template from the configuration file looks as follows:

<GitRepo>
      <ShouldClone>false</ShouldClone>
      <RemoteUrl>git@host-url:repo-name</RemoteUrl>
      <LocalRepo>C:\Path\To\Local\Repo</LocalRepo>
      <ShouldPullAndPush>true</ShouldPullAndPush>
The body of <GitRepo> contains the following elements: