commit
Syntax
Description
commits all modified files to the Git™ repository commitDetails
= commit(repo
,Message=commitMessage
)repo
with the specified message
Message
and returns the commit details.
commits only the modified files specified by commitDetails
= commit(repo
,Message=commitMessage
,Files=listOfFiles
)Files
to the Git repository.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b