My repo contains a large toolchain that uses many functions, some of which were written by others. These other functions are in their own repos. When they are updated in their respective repos, is it possible for me to "pull" changes to these functions into my repo?
I see there's a way to do it with git add but it appears this will pull all files from the other repo into my repo; not just the specific target functions. Is there a way to identify specific files to pull?