We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if I stage a file and generate a commit message and then stage a second file and click the button again, the file gets repeated in the commit message
e.g.: fist message: feat: create compare_nodes.js second message: feat: create package2.xml and compare_nodes.js create compare_nodes.js
feat: create compare_nodes.js
feat: create package2.xml and compare_nodes.js create compare_nodes.js
The text was updated successfully, but these errors were encountered:
This behavior is intentional so you can start with a prefix like feat: and have the rest filled after it without losing the first part.
feat:
I need to figure how if I can make this smarter to avoid the situation you had, or to make a toggle in preferences.
Sorry, something went wrong.
No branches or pull requests
if I stage a file and generate a commit message and then stage a second file and click the button again, the file gets repeated in the commit message
e.g.:
fist message:
feat: create compare_nodes.js
second message:
feat: create package2.xml and compare_nodes.js create compare_nodes.js
The text was updated successfully, but these errors were encountered: