question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add --commit-args command line option to cz commit

See original GitHub issue

Given 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:open
  • Created 2 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Lee-Wcommented, Oct 13, 2022

AFAIK, there’s no one working on it. Feel free to take it 😃

1reaction
Lee-Wcommented, Apr 11, 2022

I like the first solution a bit more. @Woile what do you think?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found