In Diversion, you call the commit command to add the changes in your active workspace to the active branch.Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
[-a] parameter to commit all the changes.
A commit message is required preceded by the -m flag. The commit message needs to be “surrounded by quotes.”
[--no-verify] skips pre-commit hooks.
An example on how to add all the files to a commit would be:
--no-verify flag to skip pre-commit hooks for a single commit:

