From ba3a76b9b9ddcaff762effb67bb078eb11e77b78 Mon Sep 17 00:00:00 2001 From: yogi4u <55690264+yogi4u@users.noreply.github.com> Date: Sun, 16 Feb 2020 13:32:39 +0530 Subject: [PATCH] Update AdditionalGitTechniques.md --- TurtorialInfo/AdditionalGitTechniques.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TurtorialInfo/AdditionalGitTechniques.md b/TurtorialInfo/AdditionalGitTechniques.md index 76e530f..aebffeb 100644 --- a/TurtorialInfo/AdditionalGitTechniques.md +++ b/TurtorialInfo/AdditionalGitTechniques.md @@ -26,7 +26,7 @@ Once that online repository has been created, you can push your changes to it by Once your repo is set to be pushed onto GitHub, run: ```git remote add origin ``` -Then run ```git remove -v``` which verifies the remote repository exists +Then run ```git remote -v``` which verifies the remote repository exists Finally you can push your code to GitHub using ```git push origin master```