From bdd153d5aa7aca2b0d7156d1a51d6f51c3859ed4 Mon Sep 17 00:00:00 2001 From: Alex Lazar Date: Wed, 11 May 2022 17:24:54 +0300 Subject: [PATCH] chore: update dosc with new repo name --- GIT-WORKFLOW.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/GIT-WORKFLOW.md b/GIT-WORKFLOW.md index c9a149d..9fb3c36 100644 --- a/GIT-WORKFLOW.md +++ b/GIT-WORKFLOW.md @@ -2,12 +2,12 @@ We develop using [triangular workflows](https://github.blog/2015-07-29-git-2-5-including-multiple-worktrees-and-triangular-workflows/#improved-support-for-triangular-workflows) on git. -For local deployment please create a fork of the [Offseter SDK repo](https://github.com/ToucanProtocol/offseter-sdk). +For local deployment please create a fork of the [Toucan SDK repo](https://github.com/ToucanProtocol/toucan-sdk). Clone your fork: ```bash -git clone git@github.com:YOURUSERNAME/offseter-sdk.git +git clone git@github.com:YOURUSERNAME/toucan-sdk.git git config remote.pushdefault origin git config push.default current ``` @@ -15,7 +15,7 @@ git config push.default current next add the root repository as `upstream`: ```bash -git remote add upstream git@github.com:ToucanProtocol/offseter-sdk.git +git remote add upstream git@github.com:ToucanProtocol/toucan-sdk.git git fetch upstream ``` @@ -28,10 +28,10 @@ git remote -v and you should see something like: ```bash -origin git@github.com:YOURUSERNAME/offseter-sdk.git (fetch) -origin git@github.com:YOURUSERNAME/offseter-sdk.git (push) -upstream git@github.com:ToucanProtocol/offseter-sdk.git (fetch) -upstream git@github.com:ToucanProtocol/offseter-sdk.git (push) +origin git@github.com:YOURUSERNAME/toucan-sdk.git (fetch) +origin git@github.com:YOURUSERNAME/toucan-sdk.git (push) +upstream git@github.com:ToucanProtocol/toucan-sdk.git (fetch) +upstream git@github.com:ToucanProtocol/toucan-sdk.git (push) ``` Feature flow: @@ -46,4 +46,4 @@ Cmd+shift+. to copy your issue number from linear, and use it as your branch nam git checkout -b co2-190-small-edits-on-the-home-page ``` -To open a PR push to your fork and open your PR to `ToucanProtocol/offseter-sdk`. +To open a PR push to your fork and open your PR to `ToucanProtocol/toucan-sdk`.