Reese 731ada6a3d Merge branch 'make-update-fixes' into 'main'
Update README with "common" remote

See merge request services/common!4
2021-11-02 15:50:30 +00:00
2021-11-02 11:45:57 -04:00

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 78.5%
Dockerfile 21.5%