mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-06-19 16:46:29 +00:00
Fix repo link (#459)
This commit is contained in:
parent
95359d51f4
commit
00d02ee1f4
@ -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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user