Skip to content

Commit b1aa3b1

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#24330: doc: release-process: Specify remote name in "git fetch"
876b91c 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: ACK 876b91c Tree-SHA512: 0ba23cd51ca761823cab19200b69f07a5c23e1a501114e0af73b24195c306cebb789e187dd436f7b3895a10de31e41276bb2fc4b217cd152247d2704e44bc8da
2 parents b6b7815 + 876b91c commit b1aa3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Checkout the Bitcoin Core version you'd like to build:
9797
pushd ./bitcoin
9898
SIGNER='(your builder key, ie bluematt, sipa, etc)'
9999
VERSION='(new version without v-prefix, e.g. 0.20.0)'
100-
git fetch "v${VERSION}"
100+
git fetch origin "v${VERSION}"
101101
git checkout "v${VERSION}"
102102
popd
103103
```

0 commit comments

Comments
 (0)