mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 22:31:46 +00:00
wiki: small precision in dev env
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user