mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
release-process: Specify remote name in "git fetch"
Avoids "does not appear to be a git repository" error. Fixes #24329
This commit is contained in:
parent
b6b7815ddc
commit
876b91c383
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue