Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.75 KB

README.rst

File metadata and controls

50 lines (36 loc) · 1.75 KB

dev-pipeline-git

codacy Maintainability lgtm lgtm-quality

A git plugin for dev-pipeline

Installation

The simplest way to install is using pip.

$ cd /path/to/dev-pipeline-git
$ pip3 install

If you don't have pip available, you can run setup.py directly.

$ cd /path/to/dev-pipeline-git
$ python3 setup.py install

You'll need git installed. Doing that is beyond the scope of this document, but it should be available for pretty much every operating system.

Using

You can use git as an option for scm in a build.config. Information about options you can set are in the documentation.