mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02: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
Add a link
Reference in a new issue