🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# C.18 GitCommitTask Record changes to the repository. See official [documentation](http://www.kernel.org/pub/software/scm/git/docs/git-commit.html). Table C.19:聽Attributes NameTypeDescriptionDefaultRequired`gitPath``String`Path to Git binary/usr/bin/gitNo`repository``String`Path to Git repositoryn/aYes`message``String`Commit messagen/aNo`allFiles``Boolean`Whether to automatically stage files that have been modified and deleted (see --all in [git-commit](http://www.kernel.org/pub/software/scm/git/docs/git-commit.html))n/aNo C.18.1 Example ``` <!-- commit all modified / deleted files -->; <gitcommit repository="/path/to/repo" message="Commit message" allFiles="true" />; ``` C.18.2 Supported Nested Tags - `fileset`