W
W
Wadik2015-03-17 09:34:04
git
Wadik, 2015-03-17 09:34:04

How to run a project based on an open source solution?

Please tell me the solution to the problem that most people who base their solutions on open source face.
For example, we have a git repository for an opensource project. And I would like to start my own repository, where edits, improvements, code changes take place. At the same time, I would like to periodically receive new versions of the open source project.
I don’t want to clone the repository and constantly rebase my edits regarding the project, because. a lot of them can accumulate during the entire time of existence. What other solutions could there be?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Chernyshev, 2015-03-26
@VolCh

git submodule add git://github.com/jquery/jquery.git web/vendors/jquery - create a directory in your project updated from an independent repository

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question