A git plugin for dev-pipeline
The simplest way to install is using pip.
$ cd /path/to/dev-pipeline-git
$ pip3 installIf you don't have pip available, you can run setup.py directly.
$ cd /path/to/dev-pipeline-git
$ python3 setup.py installYou'll need git installed. Doing that is beyond the scope of this document, but it should be available for pretty much every operating system.
You can use git as an option for scm in a build.config.
Information about options you can set are in the documentation.