Commit
Create a commit (snapshot) of changed files
Section titled “Create a commit (snapshot) of changed files”Options:
--file <file>: Commit only a specific file
notevc commit [options] "message"
Section titled “notevc commit [options] "message"”notevc commit "Added new feature" # Commit all changed filesnotevc commit --file notes.md "Updated notes" # Commit specific file