I want to maintain some config files with default config in origin but continue modifying this files locally.
If I stop track this files, git removes this on origin too. The .git/info/exlude is not an option because this is only for one person locally and I need this for a team.
Any ideas what I can do? Thanks!