ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 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`