You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: