C.19 GitCommitTask

Record changes to the repository. See official documentation.

Table C.19: Attributes

NameTypeDescriptionDefaultRequired
gitPathStringPath to Git binary/usr/bin/gitNo
repositoryStringPath to Git repositoryn/aYes
messageStringCommit messagen/aNo
allFilesBooleanWhether to automatically stage files that have been modified and deleted (see --all in git-commit)n/aNo

C.19.1 Example

<!-- commit all modified / deleted files -->;
<gitcommit
    repository="/path/to/repo"
    message="Commit message" allFiles="true" />;

C.19.2 Supported Nested Tags