Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 416 Bytes

File metadata and controls

15 lines (12 loc) · 416 Bytes

Git

Provides information about remote git repositories by command git.

Configuration

[plugin.git]
<REPO_NAME> = <REPO_URL>
...

<REPO_NAME> is the command parameter to get information about git repository at url <REPO_URL>.

Client setup

  • git command line tool gets used internally, so installation is required
  • Add SSH keys for access to protected repositories