There is a small library in some large project (in the git repository), which, it seems to me, can be taken into account from this large project, and therefore it is useful for people who need only a small library.
A small library is a subdirectory in a large project.
What is the best way to do this? In particular, I ask how not to lose touch with the parent project, so I can:
- save story
- benefits of improvements up,
- contribute to improvements in the upstream,
- (and, of course, I can still make small changes, I need the library to be separated from the large project structure)
I was thinking of just expanding and then moving and deleting elements with git, but I'm not sure if it will keep sufficient connections with the parent project.
source
share