own_commit
own commit
Commit changes to the repository
Synopsis
Commit changes to the repository. This command will create a new commit with the changes made to the repository. You can specify the commit message using the --message flag. The default value is "Commit".
own commit [flags]
Examples
own commit --message "My first commit" --author "John Doe" --date "2025-01-01T00:00:00Z"
Options
-a, --author string Author of the commit (default "runner")
-d, --date string Date of the commit in RFC3339 format (default "2025-04-20T15:48:09Z")
-h, --help help for commit
-m, --message string Commit message (default "Commit")
Options inherited from parent commands
-c, --config string Path to the config file
-v, --verbose Verbose mode
SEE ALSO
- own - own-git a simple git copycat using go functionalities