tracking a file from another project in my own project
From: picca <hidden> Date: 2016-06-15 22:44:07
Hello
Supposed I want to use the strbuf.c and strbuf.h file of git.git in my
own project.git. Is it possible to configure git to track this
particular files when I do a git pull?
This way all strbug bugs corrected in git.git will be apply
automatically to my own project.
Thank you.