Skip to content

Commit 0bb3a81

Browse files
authored
Merge pull request #2150 from jf-viguier/9.x
Modify git command for upstream remote convention instead of ps
2 parents 0048a86 + 2e39e5f commit 0bb3a81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

contribute/contribute-pull-requests/create-pull-request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ You need to execute these commands at the root of your copy/fork.
3939
{{% /notice %}}
4040

4141
```
42-
git remote add ps https://github.com/PrestaShop/PrestaShop.git
43-
git fetch ps
44-
git rebase -i ps/develop
42+
git remote add upstream https://github.com/PrestaShop/PrestaShop.git
43+
git fetch upstream
44+
git rebase -i upstream/develop
4545
git push -f origin develop
4646
```
4747

0 commit comments

Comments
 (0)