Add push config (#220)

This commit is contained in:
Moret84
2024-03-29 03:57:20 +01:00
committed by GitHub
parent 5cda8b1b03
commit c410486e30
3 changed files with 22 additions and 2 deletions
+7
View File
@@ -169,6 +169,13 @@ oco config set OCO_LANGUAGE=française
The default language setting is **English**
All available languages are currently listed in the [i18n](https://github.com/di-sukharev/opencommit/tree/master/src/i18n) folder
### Push to git
Pushing to git is on by default but if you would like to turn it off just use:
```sh
oc config set OCO_GITPUSH=false
```
### Switch to `@commitlint`
OpenCommit allows you to choose the prompt module used to generate commit messages. By default, OpenCommit uses its conventional-commit message generator. However, you can switch to using the `@commitlint` prompt module if you prefer. This option lets you generate commit messages in respect with the local config.