I've got a master branch, which contains some config file templates, I want to make it so that when I branch off the master branch, it creates these templates in the sub branch, however, any further changes on the master branch to these config templates won't be pulled down into the sub branch, so sub-branch configs aren't overridden.
Now the tricky bit is that, I still want the sub-branch config files to be tracked, so I'm still able to make changes in the sub branch config files and push it back up to the sub branch.
How do you think I could go about accomplishing this?