Skip to content

Commit

Permalink
docs(README.md): add instructions for turning off git push feature us…
Browse files Browse the repository at this point in the history
…ing oc config set gitpush=false command
  • Loading branch information
evandeininger authored and Moret84 committed Jul 13, 2023
1 parent 3386761 commit dea5826
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,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 gitpush=false
```

### Git flags

The `opencommit` or `oco` commands can be used in place of the `git commit -m "${generatedMessage}"` command. This means that any regular flags that are used with the `git commit` command will also be applied when using `opencommit` or `oco`.
Expand Down

0 comments on commit dea5826

Please sign in to comment.