devmoji
devmoji copied to clipboard
Adding WIP Commits
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.