81c19ccd2a4f3b8ed78fe8629c22bf05421d8ceb
We're not going to allow remote updates so don't bother with remote common.
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 --message "Add Common .gitlab Subtree"
# Now you can run the following to update
make make-update
Description
Languages
Makefile
100%