I have a file in my git repository which sometimes receives bug fixes in another git repository. I would like to be able to pull those commits into my repo.
For example:
project_a/
  /.git
  /src/somefile.cpp
project_b/
  /.git
  /utils/converters/apples/bananas/src/somefile.cpp
I would like to pull in commits from project_b to project_a for somefile.cpp.
 
     
     
    