wiki: small precision in dev env
This commit is contained in:
parent
8410d7c4a5
commit
b25eb18ea4
@ -58,6 +58,7 @@ git rebase upstream/dev # or: git merge upstream/dev
|
|||||||
Working on a dedicated branch keeps your changes isolated and makes PRs easier to review:
|
Working on a dedicated branch keeps your changes isolated and makes PRs easier to review:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Create a new branch off of dev
|
||||||
git checkout -b fix/my-changes origin/dev
|
git checkout -b fix/my-changes origin/dev
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -153,7 +154,7 @@ git add .
|
|||||||
git commit -m "fix: describe your change"
|
git commit -m "fix: describe your change"
|
||||||
|
|
||||||
# Push to your fork's dev branch
|
# Push to your fork's dev branch
|
||||||
git push origin fix/my-changes:dev
|
git push origin fix/my-changes
|
||||||
|
|
||||||
# Or if working directly on dev
|
# Or if working directly on dev
|
||||||
git push origin dev
|
git push origin dev
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user