Skip to content

Commit

Permalink
Merge pull request #5 from lazaralex98/update-docs-for-new-name
Browse files Browse the repository at this point in the history
chore: update docs with new repo name
  • Loading branch information
0xmichalis authored May 11, 2022
2 parents 605e10e + bdd153d commit b761c13
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions GIT-WORKFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

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 [email protected]:YOURUSERNAME/offseter-sdk.git
git clone [email protected]:YOURUSERNAME/toucan-sdk.git
git config remote.pushdefault origin
git config push.default current
```

next add the root repository as `upstream`:

```bash
git remote add upstream [email protected]:ToucanProtocol/offseter-sdk.git
git remote add upstream [email protected]:ToucanProtocol/toucan-sdk.git
git fetch upstream
```

Expand All @@ -28,10 +28,10 @@ git remote -v
and you should see something like:

```bash
origin [email protected]:YOURUSERNAME/offseter-sdk.git (fetch)
origin [email protected]:YOURUSERNAME/offseter-sdk.git (push)
upstream [email protected]:ToucanProtocol/offseter-sdk.git (fetch)
upstream [email protected]:ToucanProtocol/offseter-sdk.git (push)
origin [email protected]:YOURUSERNAME/toucan-sdk.git (fetch)
origin [email protected]:YOURUSERNAME/toucan-sdk.git (push)
upstream [email protected]:ToucanProtocol/toucan-sdk.git (fetch)
upstream [email protected]:ToucanProtocol/toucan-sdk.git (push)
```

Feature flow:
Expand All @@ -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`.

0 comments on commit b761c13

Please sign in to comment.