- clone this repo
- In directory, add remote repo
git remote add <name-repo> <path-repo>
- add subtree with this
git subtree add --prefix=<name-folder> <name-repo> <remote-branch>
- push changes with
git push origin main
- make your changes in your repo
- update here subtree using
git subtree pull --prefix=<name-folder> --squash <name-repo> <branch>
More details with subtree manage here
docker compose -f mini.yml up