DEV Community

dgloriaweb
dgloriaweb

Posted on

How to stop VSCode showing "|REVERTING" in terminal bash for a failed revert

Hi, I've tried to revert to an earlier commit, and it failed. So I did git reset --hard to reset, and it worked fine, however the above message was stuck in the git bash, so I found this: https://git-scm.com/docs/git-revert

git revert --quit

I know, straight forward, but took me a while to find.

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay