2

Suppose you have multiple applications that rely on the same library file and this file is changed somewhere. Is it possible to link these projects in a way that the file will be updated in all of them? Or if that is not possible is there a way to at least get notified about the change?

1 Answer 1

3

This is what submodules are for, if your project depends on an independently-updated history, track it with a submodule, i.e. link that history and say where to find a repo that has it.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.