Skip to content

Commit

Permalink
Fix typo in git remote add in the guide (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
RundownRhino authored Nov 23, 2024
1 parent b695525 commit 22867d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To do this, you will need a Gitpod account, which you can get [here](https://www
Afterwards, click on [this link](https://gitpod.io/#/github.com/python-discord/sir-lancebot) to spin up a new workspace for Sir Lancebot. Then run the following commands in the terminal after the existing tasks have finished running:
```sh
git remote rename origin upstream
git add remote origin https://github.com/{your_username}/sir-lancebot
git remote add origin https://github.com/{your_username}/sir-lancebot
```
Make sure you replace `{your_username}` with your Github username. These commands will set the Sir Lancebot repository as the secondary remote, and your fork as the primary remote. This means you can easily grab new changes from the main Sir Lancebot repository.

Expand Down

0 comments on commit 22867d7

Please sign in to comment.