Skip to content

Commit

Permalink
Fixed documentation on how to contribute after branch change (#3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Jun 6, 2023
1 parent 820a805 commit 8681773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ git init
git remote add origin https://github.com/<YOUR GIT USERNAME>/magento-lts
git pull origin main
git remote add upstream https://github.com/OpenMage/magento-lts
git pull upstream 1.9.4.x
git pull upstream main
git add -A && git commit
```

Expand Down

0 comments on commit 8681773

Please sign in to comment.