Skip to content

Commit

Permalink
Fix required branch not specified (#20143)
Browse files Browse the repository at this point in the history
  • Loading branch information
skepticspriggan authored Apr 2, 2024
1 parent e56e777 commit f7cba1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ review your suggestion, and provide appropriate feedback along the way.
### 2. Pull the latest code from the main Yii branch

```
git pull upstream
git pull upstream master
```

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

0 comments on commit f7cba1b

Please sign in to comment.