While trying to checkout to a new branch in Visual Studio 2019, I'm getting the below error:

I tried to do the same from GitBash cmd using the command git checkout branchname but here also, I'm getting an error:
error: The following untracked working tree files would be overwritten by checkout:
//list of file names below
...
...
...
Aborting
I tried restarting VS also but it was of no help. Can you please assist?