J
J
JoyceGraham2016-10-05 19:51:59
git
JoyceGraham, 2016-10-05 19:51:59

How to organize a git repository?

We decided to move from svn to git. And the question arose of how to organize the structure of the project. The project itself is in C++. The problem is this. Library headers used in other libraries are placed in the Include shared folder in the root directory. I would like to contain each library in a separate repository, but it is not clear how to deal with headers from the Include folder.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aol-nnov, 2016-10-05
@aol-nnov

This question is not about git.
public headers of libraries (their api, count) should go along with the libraries. put it all in one repository

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question