Skip to content

Commit

Permalink
Fix required branch not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
skepticspriggan committed Mar 30, 2024
1 parent 97ca1f2 commit 0a72316
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 0a72316

Please sign in to comment.