Compare commits

...

2 Commits

Author SHA1 Message Date
Sjors Provoost 3d1be9e7d8
Merge da373a20a1 into 919e6d01e9 2025-10-07 17:30:22 +02:00
Sjors Provoost da373a20a1
doc: how to update a subtree 2025-10-07 17:30:13 +02:00
1 changed files with 6 additions and 0 deletions

View File

@ -1119,6 +1119,12 @@ to check a subtree directory for consistency with its upstream repository.
The tool instructions also include a list of the subtrees managed by Bitcoin Core.
To update a subtree, follow the instructions for adding it as a remote and then:
```sh
git subtree pull --prefix=src/ipc/libmultiprocess libmultiprocess master --squash
```
The ultimate upstream of the few externally managed subtrees are:
- src/leveldb