Skip to content

Commit

Permalink
Update use-git.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour authored Feb 25, 2025
1 parent cf884f2 commit a1dbce2
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/content/users/install/use-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ tags:

# Git (for contributors)

If you want to contribute to the project:
If you want to hack at the core and contribute to the project with a Pull Request, we're very grateful and hope you find it easy to contribute!

```bash
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 add -A && git commit
```
1. [Fork](https://github.com/OpenMage/magento-lts/fork) the project so you can push your commits later.
2. Clone your fork to your development host with `git clone https://github.com/<YOUR GIT USERNAME>/magento-lts`
3. Use either the [DDEV](/developers/tools/ddev/) or the [Docker Compose](/developers/tools/oneline/) development environment to hack away.
4. Commit and push your code up to your own fork from step 1.
5. Create a [Pull Request](https://github.com/OpenMage/magento-lts/compare)!

0 comments on commit a1dbce2

Please sign in to comment.