Skip to content

Commit f7cba1b

Browse files
Fix required branch not specified (yiisoft#20143)
1 parent e56e777 commit f7cba1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internals/git-workflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ review your suggestion, and provide appropriate feedback along the way.
111111
### 2. Pull the latest code from the main Yii branch
112112

113113
```
114-
git pull upstream
114+
git pull upstream master
115115
```
116116

117117
You should start at this point for every new contribution to make sure you are working on the latest code.

0 commit comments

Comments
 (0)