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
Can I have this text box to fill itself automatically using by default something really simple like "Update $[filename]" when trying to commit ?
"Update $[filename]"
Or eventually let me commit with the empty textbox so .git\hooks\commit-msg can be used instead ?
.git\hooks\commit-msg
As for now it'll either reply with this error, or using the message i wrote myself in the textbox and the hook part just get skipped.
PS: I'm very sorry if this has already been discussed some place else before but i could not find anything related..
The text was updated successfully, but these errors were encountered:
``
Sorry, something went wrong.
joyceerhl
No branches or pull requests
Automated commit message
Can I have this text box to fill itself automatically using by default something really simple like
"Update $[filename]"
when trying to commit ?Or eventually let me commit with the empty textbox so
.git\hooks\commit-msg
can be used instead ?As for now it'll either reply with this error, or using the message i wrote myself in the textbox and the hook part just get skipped.
PS: I'm very sorry if this has already been discussed some place else before but i could not find anything related..
The text was updated successfully, but these errors were encountered: