mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
doc: Added instructions for how to add an upsteam to forked repo
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. Co-Authored-By: Michael <fanquake@gmail.com>
This commit is contained in:
parent
eb292af309
commit
f09ba060ca
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ facilitates social contribution, easy testing and peer review.
|
|||
|
||||
To contribute a patch, the workflow is as follows:
|
||||
|
||||
1. Fork repository
|
||||
1. Fork repository ([only the first time](https://help.github.com/en/articles/fork-a-repo)).
|
||||
1. Create topic branch
|
||||
1. Commit patches
|
||||
|
||||
|
|
Loading…
Reference in a new issue