66b4fdb902561f7e56b772a47662fe7337a35a2a
Rather than potentially leaving the developer in a state where `git stash pop` wasn't run, ignore failures in git subtree and let the developer fix issues and re-run the command. This makes `make-update` more idempotent.
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%