File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
11
11
2 . Run ` npm ci ` to install dependencies
12
12
3 . Create a branch for your PR with ` git checkout -b feature/your-branch-name `
13
13
14
- > Tip: Keep your ` master ` branch pointing at the original repository and make
14
+ > Tip: Keep your ` develop ` branch pointing at the original repository and make
15
15
> pull requests from branches on your fork. To do this, run:
16
16
>
17
17
> ```
18
18
> git remote add upstream [email protected] :smeijer/testing-playground.git
19
19
> git fetch upstream
20
- > git branch --set-upstream-to=upstream/master master
20
+ > git branch --set-upstream-to=upstream/develop develop
21
21
> ```
22
22
>
23
23
> This will add the original repository as a "remote" called "upstream," Then
24
- > fetch the git information from that remote, then set your local `master `
25
- > branch to use the upstream master branch whenever you run `git pull`. Then you
26
- > can make all of your pull request branches based on this `master ` branch.
27
- > Whenever you want to update your version of `master `, do a regular `git pull`.
24
+ > fetch the git information from that remote, then set your local `develop `
25
+ > branch to use the upstream develop branch whenever you run `git pull`. Then you
26
+ > can make all of your pull request branches based on this `develop ` branch.
27
+ > Whenever you want to update your version of `develop `, do a regular `git pull`.
28
28
29
29
## Committing and Pushing changes
30
30
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Contributions of any kind welcome!
115
115
[ playground ] : https://testing-playground.com
116
116
[ embed-demo ] : https://codepen.io/smeijer/pen/yLYWZmK
117
117
[ roadmap.md ] : https://github.com/smeijer/testing-playground/blob/master/ROADMAP.md
118
- [ contributing.md ] : https://github.com/smeijer/testing-playground/blob/master/ONTRIBUTING .md
118
+ [ contributing.md ] : https://github.com/smeijer/testing-playground/blob/master/CONTRIBUTING .md
119
119
[ issue tracker ] : https://github.com/smeijer/testing-playground/issues
120
120
[ all-contributors ] : https://github.com/all-contributors/all-contributors
121
121
[ emojis ] : https://github.com/all-contributors/all-contributors#emoji-key
You can’t perform that action at this time.
0 commit comments