You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/backend/modules/extensions/git/definition.yml

13 lines
371 B

key: git
title: Git
description: >-
Distributed version control system. Required for the Git storage module to synchronize content with
a remote repository.
website: 'https://git-scm.com'
# Detection: a `git` executable somewhere on PATH
detect:
type: command
value: git
# Installed with the operating system's package manager, not from here
isInstallable: false