Published
- 1 min read
abort a git command
The solution for this is noted below
abort a git command
Solution
git merge --abort
git rebase --abort
# if you are still into some command on git and got back #
Try other methods by searching on the site. That is if this doesn’t work