Merge pull request #18 from IT4Change/docu-update-subtree

fix(docu): document how to update the subtree
This commit is contained in:
Ulf Gebhardt 2023-11-27 14:23:43 +01:00 committed by GitHub
commit 2338755ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ git commit -m "Imported boilerplate_frontend as a subtree under xxx/."
To update the subtree you can use
```bash
git pull -s subtree xxx_boilerplate_frontend master
git subtree pull -P xxx/ xxx_boilerplate_frontend master
```
Where `xxx` refers to the folder and product part you want to use the boilerplate in. This assumes that you might need several copies of the frontend boilerplate for you product.