Add --commit-args command line option to cz commit
See original GitHub issueGiven cz commit
wraps git commit
, it would be great to be able to pass arbitrary args to the underlying git commit. This is a common pattern, for example, pip-tools’ pip-compile has a --pip-args
option.
Specifically, I need to be able to pass --no-verify
to some commits to occasionally brute force supress hooks but I think you can just allow the user to pass a string of arbitrary --commit-args
to cz commit which you then pass through to git commit.
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
[Feature Request] Allow commit signing · Issue #248 - GitHub
Possible Solution Sign commits using the cli tool. ... Add --commit-args command line option to cz commit #451.
Read more >Commitizen
Command -line utility to create commits with your rules. Defaults: Conventional commits ... Commitizen can lint your commit message for you with cz...
Read more >How to write great git commit messages - bitspeicher.blog
Install it as a global npm package and also install the conventional-changelog adapter (or any other of your choice). commitizen: yarn global add...
Read more >commitizen/README.md - UNPKG
7, #### Installing the command line tool ... Add and commit with Commitizen](https://github.com/commitizen/cz-cli/raw/master/meta/screenshots/add-commit.png ...
Read more >Organize Your Git Commits Using Commitizen
Command -line utility to create commits with your rules. ... After installing commitizen you can run cz commit inside your git repository and ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
AFAIK, there’s no one working on it. Feel free to take it 😃
I like the first solution a bit more. @Woile what do you think?