0f6eeb776eed393165e496673e645682834a08d8
Sometimes you can get stuck in a loop where git stash pop preserves the stash commit. Dropping that commit if it's a STASH commit after an update is totally fine.
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%