di-sukharev / opencommit

Generate conventional git commit messages with AI in 1 second 🤯🔫
https://www.npmjs.com/package/opencommit
MIT License
5.98k stars 318 forks source link

How to disable git push request? #49

Open sawich opened 1 year ago

JakobFerdinand commented 1 year ago

A setting like

oc config set push=false

would be great!

di-sukharev commented 1 year ago

anyone wants to make the world a better place and contribute to the open-source? ;)

evandeininger commented 1 year ago

@di-sukharev I made a PR for this: https://github.com/di-sukharev/opencommit/pull/74/ oc config set gitpush=false I figured prefixing it with git would make it flexible if things change in the future.

github-actions[bot] commented 1 year ago

Stale issue message

epirus commented 1 year ago

anyone wants to make the world a better place and contribute to the open-source? ;)

Sometimes, I only prepare the commit without intending to push it. At other times, only local test project.

github-actions[bot] commented 1 year ago

Stale issue message

jonnyhoff commented 1 year ago

This would be great!