Commit
The commit
command provides the ability to create a new commit to save changes made to the repository currently open using other commands (like extracting schemas).

The --message
option is required to specify the message for the new commit being created.
Last updated