The current behavior is files need to be added to the staging area first before generating commit message, is it possible to add:
When trying to generate a commit message, if staged changes is empty, use all the changed and automatically push all the changes to the staged changes and generate commit message?
The current behavior is files need to be added to the staging area first before generating commit message, is it possible to add:
When trying to generate a commit message, if staged changes is empty, use all the changed and automatically push all the changes to the staged changes and generate commit message?