E
E
Eugene2012-03-07 12:16:52
git
Eugene, 2012-03-07 12:16:52

Git - updating branches on an error in the core of the project

Let's say that we are writing 2 projects (directories "project1", "project2") with a common core (folder "core") - we have two branches in git that do not know about each other, nothing but the very first commit of the core.
During the development of one of them, we find a big error (not one line and not one file) in the kernel.
How to update the second project correctly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Boldyrev, 2012-03-07
@usetester

As an option, move the core to a separate repository and connect it to project1 and project2 as a submodule

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question