Fix repo link (#459)

This commit is contained in:
cgtobi 2020-04-04 23:29:56 +02:00 committed by GitHub
parent 95359d51f4
commit 00d02ee1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ $ git push origin --force
Other workflows are covered in detail in the [Github documentation](https://help.github.com/articles/fork-a-repo/). Add an additional `remote` after you clone your fork. Other workflows are covered in detail in the [Github documentation](https://help.github.com/articles/fork-a-repo/). Add an additional `remote` after you clone your fork.
```shell ```shell
$ git remote add upstream https://github.com/home-assistant/home-assistant.git $ git remote add upstream https://github.com/home-assistant/core.git
``` ```
Then, `git pull --rebase upstream dev`. Then, `git pull --rebase upstream dev`.