From c8026ef21b577a83661349f36dbf2a5a1d813c4b Mon Sep 17 00:00:00 2001 From: Alex Lazar Date: Fri, 15 Apr 2022 12:19:32 +0300 Subject: [PATCH] Update git-workflow.md --- git-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-workflow.md b/git-workflow.md index 891e508..979474b 100644 --- a/git-workflow.md +++ b/git-workflow.md @@ -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`.