Visual Studio 2022 stuck on cherry pick GIT when nothing to commit

1.5k Views Asked by At

I am using VS 2022 and have done a cherry pick. There is nothing left to resolve and all is up to date and yet it is stuck in cherry pick in progress. Am I missing something?

Also tried running git cherry-pick --contiue and the result is:

Your branch is up to date with 'origin/master'.

You are currently cherry-picking commit ae1e63c0.
  (all conflicts fixed: run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

nothing to commit, working tree clean
0

There are 0 best solutions below