2f767593ef71ae7332321316aba45fc968d17d85
Add command to update the subtree from a child repo. This pushes to the main branch of the common repo with only the relevant commits.
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
94%
Dockerfile
6%