Compare commits

..

2 Commits

Author SHA1 Message Date
Sjors Provoost 3cb52e52a9
Merge a1226bc760 into b510893d00 2025-10-08 08:40:06 +02:00
Sjors Provoost a1226bc760
doc: how to update a subtree 2025-10-08 08:39:03 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ The tool instructions also include a list of the subtrees managed by Bitcoin Cor
To fully verify or update a subtree, add it as a remote: To fully verify or update a subtree, add it as a remote:
```sh ```sh
git remote add --fetch libmultiprocess https://github.com/bitcoin-core/libmultiprocess.git git remote add libmultiprocess https://github.com/bitcoin-core/libmultiprocess.git
``` ```
To update the subtree: To update the subtree: