From e28454b7482c3b4d93ae1ef84cc1de202c407b76 Mon Sep 17 00:00:00 2001 From: Dealmi <56388298+Dealmi@users.noreply.github.com> Date: Thu, 10 Oct 2019 16:52:24 +0300 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```