-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from lazaralex98/update-docs-for-new-name
chore: update docs with new repo name
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
||
|
@@ -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: | ||
|
@@ -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`. |