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

dgloriaweb @dgloriaweb

About: self taught full stack developer

Location:
Northamptonshire, UK
Joined:
Nov 23, 2019

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

Publish Date: Aug 26 '21
1 0

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.

Comments 0 total

    Add comment