cz-cli
cz-cli copied to clipboard
cz commit error
Hi, This is not an issue, more some help in using this tool.
-
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?
-
When I run cz commit, I get this error: error: pathspec 'commit' did not match any file(s) known to git
Thanks!
- 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.
- 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