From 124602fa987e48eed7d986d7f25df8d4f5b30038 Mon Sep 17 00:00:00 2001 From: amishv <41266094+amishv@users.noreply.github.com> Date: Mon, 21 Oct 2019 16:13:36 +0530 Subject: [PATCH] fixed typo (#370) git remote add upstream https://github.com/esphome/.git # For example: git remote add upstream https://github.com/esphome/esphome.git --- guides/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/contributing.rst b/guides/contributing.rst index 471ec453e..4459da8bd 100644 --- a/guides/contributing.rst +++ b/guides/contributing.rst @@ -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/.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