When making a commit without staged files there's an option to allow empty commits. It would be helpful to me if there was an option that first does a git add .;
Sidenote; I'm never using empty commits, making just that the outcome of ok/confirm is a bit unlogical to me.
When making a commit without staged files there's an option to allow empty commits. It would be helpful to me if there was an option that first does a
git add .;Sidenote; I'm never using empty commits, making just that the outcome of ok/confirm is a bit unlogical to me.