opencommit
opencommit copied to clipboard
Generate conventional git commit messages with AI in 1 second 🤯🔫
### Description i dont want it to be global, i just want current repo to be hooked ### Suggested Solution put it in cwd/.git/hooks/prepare... not ~/.git_hooks/prepare-commit-msg ### Alternatives _No response_...
### Problem: Opencommit only works with git hooks. ### Solution: Refactor the code to add some dynamic logic to the tool ### Explanation: 1. Identify hooks' path in the repo...
We use semanic branchnames like: `feature/PROJECT-123-a-nice-new-feature` or `bug/PROJECT-456-oh-no-a-bug` that will contain the Project ID and its Ticket Number. The Project ID and Ticket-number are also referenced in the Commits, making...
the function `checkIsLatestVersion` always returns that version is not latest..
## Context I know that the purpose of the CLI is to help create commit messages, but it would be nice to have the option to suggest pull request titles...
- I do not want to be asked to push commits and do not want the commits pushed by `oc`. - Alternatively, some people may want the option to automatically...
Would be nice to have the opportunity to configure a unique message for a batch of files. Concrete example: In the exampel below, I introduced a new enum and started...
``` ◓ Generating the commit message. │ └ ✖ Error: Request failed with status code 400 ``` It may be that the country I am in is not supported. I...
### Description Right now, `oc` generates one commit with a message relevant to one change/file, and the git description will mention multiple files with different changes. For example, here is...
### Description I'm trying to use opencommit in an automated workflow so I don't want the questions like push? approve message? add files ? etc. ### Suggested Solution flags to...