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:
1011012 . If you cloned a while ago, get the latest changes from upstream:
102102
103103 ``` bash
104- git checkout master
105- git pull upstream master
104+ git checkout dev
105+ git pull upstream dev
106106 ```
107107
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
109109 contain your feature, change, or fix:
110110
111111 ``` bash
@@ -121,7 +121,7 @@ included in the project:
1211215 . Locally merge (or rebase) the upstream development branch into your topic branch:
122122
123123 ``` bash
124- git pull [--rebase] upstream master
124+ git pull [--rebase] upstream dev
125125 ```
126126
1271276 . Push your topic branch up to your fork:
You can’t perform that action at this time.
0 commit comments