Error –
Your local project have some files that are removed in the branch you are trying to checkout in to
Solution-
If you still want to checkout the branch, you can force checkout. But it will remove local project files to fit into the remote branch
git checkout my_branch -f