Git

This plugin provides git repositories as accessor to nitto. To enable this plugin, put plugin "git" at the top of your buildfile.

Use git repositories

To use git repositories you simply use the accessor like so:

git://<repo-url>#<branch>

or for https based access:

git+https://<repo-url>#<branch>

Example: git+https://github.com/some-org/some-repo.git#master