GitCommitTask

Record changes to the repository. See official documentation.

Table 82. Attributes

Name Type Description Default Required
gitPath String Path to Git binary /usr/bin/git No
repository String Path to Git repository n/a Yes
message String Commit message n/a No
allFiles Boolean Whether to automatically stage files that have been modified and deleted (see --all in git-commit) n/a No