ea1e248d4a073e2907d35569e6c0bac77e08fa16
Update section in README explaining how to add this project as a subtree.
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 --squash --message "Add Common .gitlab Subtree"
# Now you can run the following to update
make make-update
Description
Languages
Makefile
100%