756cc8ca5118a6a4afca81523300de3b0f029a9b
Do not allow pushing subtree from projects. It's messy when multiple subtrees are involved. Just update common itself.
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
100%