I've a set of remote repositories that I commit the master
branch to, including GitHub and some private ones.
I want to commit a specific configuration file (with private information) to only one of the private repositories. Aside from that, the commits to be pushed to the remote repositories are identical.
Should I create two branches in order to achieve this, or what's the canonical way?