When I start a git rebase -i, I can issue commands like git rebase --continue, or git rebase --abort. Those commands only work if a re
git rebase -i
git rebase --continue
git rebase --abort
I am using this command is_rebase=$(git status | grep "rebasing" | wc -l)
is_rebase=$(git status | grep "rebasing" | wc -l)