SKalt/git-cc

feature request: `--redo` flag

SKalt opened this issue · 0 comments

SKalt commented

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