Our team has a project in which a part of a file is different (configuration for the computer in which project is executed.) It is also important that this file has to be present in every branch.
In this situation, is there some way in which git can be used successfully? (Ignoring the file will make git remove the file during checkouts; keeping it under version control will cause trouble while syncing.)