Merge update from Common

This commit is contained in:
ducoterra
2021-11-02 11:57:26 -04:00
2 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,8 @@
```bash
# Add the subtree as a remote
git subtree add --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash
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