da69418b0d0b2972dd8dd9d04b7e89a8b0b329b5
make-update
Add new `make-update` make command to update the .gitlab subtree.
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
Languages
Makefile
100%