Will git-rm --cached delete another user's working tree files when they pull

Viewed 3878

I wish to stop tracking files but still keep them in my working tree.

I've gathered that git rm --cached FILE will let me do that. However, if someone else pulls this change, will their local copies be deleted?

2 Answers
Related