mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-10-31 08:31:29 +01:00
fixed typo (#370)
git remote add upstream https://github.com/esphome/<REPO_NAME>.git # For example: git remote add upstream https://github.com/esphome/esphome.git
This commit is contained in:
parent
a68032625e
commit
124602fa98
@ -306,7 +306,7 @@ a fork of the repository that you can modify and create git branches on.
|
||||
|
||||
# Add "upstream" remote
|
||||
git remote add upstream https://github.com/esphome/<REPO_NAME>.git
|
||||
# For example: git clone https://github.com/esphome/esphome.git
|
||||
# For example: git remote add upstream https://github.com/esphome/esphome.git
|
||||
|
||||
# For each patch, create a new branch from latest dev
|
||||
git checkout dev
|
||||
|
Loading…
Reference in New Issue
Block a user