Update README with "common" remote
Add instructions for adding subtree using a remote called "common". You need the remote to properly contribute back upstream from a child project.
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Add the subtree as a remote
|
# 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
|
# Now you can run the following to update
|
||||||
make make-update
|
make make-update
|
||||||
|
|||||||
Reference in New Issue
Block a user