Skip to content

Commit 004a9d9

Browse files
committed
Squashed 'assets/' changes from 60761bea..7fdcb6c4
7fdcb6c4 docs: fix subtree instructions in readme git-subtree-dir: assets git-subtree-split: 7fdcb6c4ba0ad9d099120a9e2ec4bb09855ee3e9
1 parent 8585e4f commit 004a9d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ Notable scripts:
5151

5252
See `package.json` for all available scripts.
5353

54+
### Assets
55+
The `/assets` folder is a Git subtree. Manage this with the following commands.
56+
```bash
57+
# Add the subtree
58+
git subtree add --prefix assets [email protected]:InformaticsMatters/squonk-assets.git main --squash
59+
60+
# Update the subtree when needed
61+
git subtree pull --prefix assets [email protected]:InformaticsMatters/squonk-assets.git main --squash
62+
```
63+
5464
## Testing
5565

5666
This project uses [Playwright](https://playwright.dev/) for integration and e2e testing. To get this setup install all dependencies:

0 commit comments

Comments
 (0)