Search code examples
gitvisual-studio-codegit-rebase

When I try to rebase git in VS-Code show rebase 2/165, what is that mean and how to reset it?


I try to rebase the branch and in my vs-code, I show like this. How to reset to normal enter image description here


Solution

  • git rebase --abort work for me