From e6b38bcefdc70f9d235f77c6ae149b289b3eb073 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Sat, 18 Aug 2018 14:36:37 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f227646..49f8533 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - Clone your forked repository on your local computer + git clone url_of_your_fork_on_github - Add an upstream, so that your local copy's remote is pointing to my repository on Github (this repository) - + Move into the the repository (cd WDI12_Homework) + + Move into the repository (cd WDI12_Homework) + git remote add upstream https://github.com/ga-wolf/WDI12_Homework + git pull upstream master