`The remote branches had some works ahead of my localBranch i.e my local branch differs from all other remote branches.
here’s what I did to update my local:
- git switch main
- git pull
- git switch localBranch
- check the files: the files in localBranch are still not updated or different from main branch even if I pulled
- While I am on the localBranch, I also did this:
- git fetch –all
- nothing changed
`