devmoji icon indicating copy to clipboard operation
devmoji copied to clipboard

Adding WIP Commits

Open vhscom opened this issue 3 years ago • 0 comments

Enjoy library and the constraints it creates when coupled with a precommit hook. One thing is bothering me though and that's how to check-in WIP code. What I'd like to be able to do is this:

git commit -m "wip: experimental prototype"

And see something like this in the git log:

wip: 🚧 experimental prototype

And this will be allowed by the tool and, optionally, prevented from hitting the remote using another git commit hook. Is that possible via config right now? If not, can it be added? Without it users are more likely to lose their work via stashing or miscategorize their work.

vhscom avatar Jan 24 '22 07:01 vhscom