mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 18:49:30 +01:00
Merge bitcoin/bitcoin#24330: doc: release-process: Specify remote name in "git fetch"
876b91c383
release-process: Specify remote name in "git fetch" (Jeremy Rand) Pull request description: Avoids "does not appear to be a git repository" error. Fixes #24329 ACKs for top commit: shaavan: ACK876b91c383
Tree-SHA512: 0ba23cd51ca761823cab19200b69f07a5c23e1a501114e0af73b24195c306cebb789e187dd436f7b3895a10de31e41276bb2fc4b217cd152247d2704e44bc8da
This commit is contained in:
commit
b1aa3b1959
@ -97,7 +97,7 @@ Checkout the Bitcoin Core version you'd like to build:
|
||||
pushd ./bitcoin
|
||||
SIGNER='(your builder key, ie bluematt, sipa, etc)'
|
||||
VERSION='(new version without v-prefix, e.g. 0.20.0)'
|
||||
git fetch "v${VERSION}"
|
||||
git fetch origin "v${VERSION}"
|
||||
git checkout "v${VERSION}"
|
||||
popd
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user