Two files :ls
and :ls.pub
were removed with git rm
and my branch is clean
C:\dev\myApp>git status
On branch myApp-branch
Your branch is up to date with 'origin/myApp-branch'.
but when I switch branches, I am getting this error
C:\dev\myApp>git checkout myApp-branch2
error: The following untracked working tree files would be overwritten by checkout:
:ls
:ls.pub
Please move or remove them before you switch branches.
Aborting
I couldn't find the files anywhere locally or on the repo