Update subtree add README

Update section in README explaining how to add this project as a
subtree.
This commit is contained in:
ducoterra
2021-11-02 15:42:42 -04:00
parent 756cc8ca51
commit ea1e248d4a

View File

@@ -3,7 +3,7 @@
```bash
# Add the subtree as a remote
git remote add common git@gitlab.ducoterra.net:services/common.git
git subtree add --prefix .gitlab common main
git subtree add --prefix .gitlab common main --squash --message "Add Common .gitlab Subtree"
# Now you can run the following to update
make make-update