Is it possible to stop tracking local changes to a file that you *do* want to be pulled down if changed in the repo?
问题 We have a config file in the repo which all the users contribute to based on their function. For my local testing, I need to manually change two values in that config file, but I never want my changes committed back to the server. I do however want to pull updates to the file if there's a newer version in the repo, even if that means my local changes will be overwritten. That's fine, I can just make them again from a stash I created specifically to do exactly that. What I'm wondering is if I