3c91292feac91a14185bd2fca8b5981412d2903b
Stashing is so annoying to deal with in a scripted way. Just force the user to stash their own changes. Only subtree pull if it's possible.
Adding the "common" subtree as your .gitlab folder
# Add the subtree as a remote
git remote add common git@gitlab.ducoterra.net:services/common.git
git subtree add --prefix .gitlab common main
# Now you can run the following to update
make make-update
Description
Languages
Makefile
94%
Dockerfile
6%