File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ included in the project:
101
101
2 . If you cloned a while ago, get the latest changes from upstream:
102
102
103
103
``` bash
104
- git checkout master
105
- git pull upstream master
104
+ git checkout dev
105
+ git pull upstream dev
106
106
```
107
107
108
- 3 . Create a new topic branch (off the main project development branch) to
108
+ 3 . Create a new topic branch (off the development branch "dev" ) to
109
109
contain your feature, change, or fix:
110
110
111
111
``` bash
@@ -121,7 +121,7 @@ included in the project:
121
121
5 . Locally merge (or rebase) the upstream development branch into your topic branch:
122
122
123
123
``` bash
124
- git pull [--rebase] upstream master
124
+ git pull [--rebase] upstream dev
125
125
```
126
126
127
127
6 . Push your topic branch up to your fork:
You can’t perform that action at this time.
0 commit comments