SKalt opened this issue 2 years ago · 0 comments
Often, I find myself doing
git cc -m "feat: ..." echo "pre-commit hooks rejected my commit" # make fixes git commit -m "$(cat ./.git/COMMIT_EDITMSG)"
It would be nice to encode this workflow as git cc --redo
git cc --redo