Answer the question
In order to leave comments, you need to log in
Is it possible to organize multiple repositories scattered across different cross folders?
There is a site on Bitrix and on the same site different developers did their development both for the site and not for the site at all, and just php scripts, and even just folders for storing something there. In general, the project is a mess.
Now several single people are developing functionality between 1c, the site and individual applications. This includes my task.
Let's say the site structure is like this:
/
.. папка1
.. папка2
.. папка3
..... подпапка3-1
..... подпапка3-2
..... подпапка3-3
.. папка4
..... подпапка4-1
.. папка5
Answer the question
In order to leave comments, you need to log in
git can work with symlinks
/somewhere/git-repo
.................folder
/site
....link-to-folder
after which you can go to /site/link-to-folder and do git pull, git push there.
https://git-scm.com/book/ru/v2/Инструменты-Git-Под... По идее это то что вам нужно.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question