sync several forks and main project
Created by: kostiukolex
Have a working project's engine. From him I was doing some numbers of forks in gitlab. Example:
Main project |-Project1 | └ - frontend project1 | └ - backend project1 | └ - framework |-Project2 | └ - frontend project2 | └ - backend project2 | └ - framework Each fork I clean junk files of other forks. Framework is common for all forks. In general, the question - how to synchronize it all? Whatever when i "git pull" in fork, the fork didn't add that is not necessary, and when i "git push" in Main project without deleting files which need to other forks.