c3e6d733c669cfa97f383ee00fd1479f1f65371f
Split the subtree into a new branch before pushing to common. This creates a new branch automatically and ensures no weird histories get committed to common.
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%