2f767593ef71ae7332321316aba45fc968d17d85
Add command to update the subtree from a child repo. This pushes to the main branch of the common repo with only the relevant commits.
Adding the "common" subtree as your .gitlab folder
# Add the subtree as a remote
git subtree add --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash
# Now you can run the following to update
make make-update
Description
Minecraft server for [the-1122-pack](https://www.technicpack.net/modpack/the-1122-pack.1406454/mods)
Languages
Makefile
78.5%
Dockerfile
21.5%