I faced with a trivial situation but it seems like it have no simple solution: I want to synchronize a single config file between two git repositories. It even could be a one-way interaction: origin is stored in project A and is tracked inside project B
I'm aware of git submodule concept, but submoduling of the large repository in the smaller one only for the sake of a single file seems to be overkill. 
 
     
     
    