Skip to content

Commit

Permalink
Update git-workflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedesaxe authored Apr 15, 2022
1 parent f4d6be8 commit c8026ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git checkout main && git pull --ff-only upstream main
Cmd+shift+. to copy your issue number from linear, and use it as your branch name:

```bash
git checkout -b co2-190-small-edits-on-the-home-page upstream/master
git checkout -b co2-190-small-edits-on-the-home-page
```

To open a PR push to your fork and open your PR to `CO2ken/example-implementations`.

0 comments on commit c8026ef

Please sign in to comment.