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?
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?