My project source code is stored in GitHub and pulled to the server to run the project. There is a file which new changes should not be pulled to the server1
. But that file is not untracked file to ignore using .gitignore
file. Actually, new changes of the file are required to run the project on other servers.
Is there any way to skip pulling new changes of the file to server1
using git
?