Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cz commit error #989

Open
GurdipS5 opened this issue Nov 26, 2023 · 1 comment
Open

cz commit error #989

GurdipS5 opened this issue Nov 26, 2023 · 1 comment

Comments

@GurdipS5
Copy link

Hi,
This is not an issue, more some help in using this tool.

  1. When I use it to write my commit message, is there anywhere to see my fields for things like "Is this a breaking change?" in my repo? Is that recorded anywhere?

  2. When I run cz commit, I get this error: error: pathspec 'commit' did not match any file(s) known to git

Thanks!

@revelt
Copy link
Contributor

revelt commented Feb 28, 2025

  1. Yes, in the CLI questions, there is a step which asks, are there breaking changes. You can also see commit messages in SourceTree or any git manager — there will be some mention of "breaking changes" in commit message string.
  2. You probably forgot to stage/add something first — remember, it is a fancy equivalent of git commit — first stage something, then call this CLI

@GurdipS5 if this solves your question, please consider closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants