I\'m trying to do a git pull and get the error message:
error: The following untracked working tree files would be overwritten by merge:
You have untracked files in the way of the pull. You can't remove them with git rm --cached because they are untracked. They don't appear in the index. You need to remove them with plain old rm
git rm --cached
rm