💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# 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`