Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 414 Bytes

scm-git.rst

File metadata and controls

12 lines (10 loc) · 414 Bytes

git

An scm tool that works with git.

Configuration Options

  • git.uri - (Required) The URI of the upstream repository to clone.
  • git.revision - A reference to a tree for dev-pipeline to check out. This will be passed directly to a git checkout command, so you can be flexible with this option. In practice, tags and branches are probably most useful.