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

Accept / Reject + Edit #30

Closed geoynomous closed 1 year ago

geoynomous commented 1 year ago

Currently one can only Accept or Reject the proposed commit message - add an option to edit the message (using $EDITOR)

di-sukharev commented 1 year ago

if you set oc hook set it will integrate into your pipeline using "$EDITOR" var. e.g. using VScode — (after hook is set) you run git commit and it suggests you OpenCommit mesasge. Or you can submit an empty commit message through Source Control tab and it will do the same