Skip to content

Commit b8f041a

Browse files
committed
Merge #17157: doc: Added instructions for how to add an upsteam to forked repo
f09ba06 doc: Added instructions for how to add an upsteam to forked repo (dannmat) Pull request description: As a first time git developer, I struggled to understand whether to create a new fork for each pull request or not. After asking the IRC chat, I have added this to the documentation to further help new developers using git. ACKs for top commit: fanquake: ACK f09ba06 - For such a simple change, I think we've bike-shed this enough already. The `bitcoin/bitcoin` repo isn't really where anyone should be learning how to use `git` etc, but I think linking out here is ok. Tree-SHA512: e0e9d655d0725e0128673afedb81dc5ba9387968fcbb681de7e50155a2cfa1a7f39fad040b596f4de9ad6727a1a8a90fd3d36eaa5242bc12186c3b82abd23fb2
2 parents b6e34af + f09ba06 commit b8f041a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ facilitates social contribution, easy testing and peer review.
4646

4747
To contribute a patch, the workflow is as follows:
4848

49-
1. Fork repository
49+
1. Fork repository ([only the first time](https://help.github.com/en/articles/fork-a-repo)).
5050
1. Create topic branch
5151
1. Commit patches
5252

0 commit comments

Comments
 (0)