Skip to content

Commit a1dbce2

Browse files
Update use-git.md
1 parent cf884f2 commit a1dbce2

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/content/users/install/use-git.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ tags:
66

77
# Git (for contributors)
88

9-
If you want to contribute to the project:
9+
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!
1010

11-
```bash
12-
git init
13-
git remote add origin https://github.com/<YOUR GIT USERNAME>/magento-lts
14-
git pull origin main
15-
git remote add upstream https://github.com/OpenMage/magento-lts
16-
git pull upstream 1.9.4.x
17-
git add -A && git commit
18-
```
11+
1. [Fork](https://github.com/OpenMage/magento-lts/fork) the project so you can push your commits later.
12+
2. Clone your fork to your development host with `git clone https://github.com/<YOUR GIT USERNAME>/magento-lts`
13+
3. Use either the [DDEV](/developers/tools/ddev/) or the [Docker Compose](/developers/tools/oneline/) development environment to hack away.
14+
4. Commit and push your code up to your own fork from step 1.
15+
5. Create a [Pull Request](https://github.com/OpenMage/magento-lts/compare)!

0 commit comments

Comments
 (0)