Skip to main content

For me this worked: git reset --hard and

git reset --hard

and then git pull origin <*current branch>

git pull origin <*current branch>

after that git checkout <*branch>

git checkout <*branch>

For me this worked: git reset --hard and then git pull origin <*current branch>

after that git checkout <*branch>

For me this worked:

git reset --hard

and then

git pull origin <*current branch>

after that

git checkout <*branch>

Source Link
Yeshi
  • 373
  • 3
  • 8

For me this worked: git reset --hard and then git pull origin <*current branch>

after that git checkout <*branch>