-
Notifications
You must be signed in to change notification settings - Fork 14
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
Include An Option to Auto Commit Messages Using Smart Commit #73
Comments
Hi can you elaborate? Is your aim to commit with blank message and have this extension fill it? Can you talk me what steps you would follow? This extension does not require you to stage files, except in the case of a move or rename. |
So the annoying problem is whenever I create a new file or something, it tells me to stage the changes. Since I have smart commit enabled, the changes usually don't have to be staged and will commit automatically if i put my own message in there. I would like auto commit message to have an option to do the same by automatically filling in the message box before performing the smart commit. |
If the file is deleted or modified, you don't have to stage it. Auto Commit Message will pick up the change. if you make a new file, or rename/move, then you have to stage first. This is because at the lowest level, the There is an alternative to use For now, you have to stage or more files and then run the extension to fill the message and then commit |
I wish there would be an option where the extension would have an option which would automatically create the generated git commit message without staging while using Smart Commit to commit without any staging.
The text was updated successfully, but these errors were encountered: