Configuring External Git and Mercurial Repository
The repository parameters for Git and Mercurial are the same:
The meaning of the parameters:
Repository Name
The name of the repository. This is displayed on the SCM repositories page.
Url
The URL of the remote repository.
User
The credentials for user authentication of the SCM system.
Password
The credentials for user authentication of the SCM system.
Branch/Tag
The branch or tag to check out from the external repository. When left empty, all branches and tags are checked out.
Was this helpful?