In Git pull I was getting merge conflict. So I deleted all the folders and files inside it which was giving conflict in my local workspace. After which I did :
git pull
Now no conflict came and my local branch became sync to remote branch.
Now when I am doing
git status
Its returning hundreds of deleted files which I removed. I assumed that most of the deleted files would be replaced by the existing files in remote but I was wrong.
How can I remove the deleted files in the git status. Its because I cannot read properly the actual files which I am going to modify or delete because of this list of files.