From cc7e3254ac1d8b98b098bd2e15befc0fc05feeec Mon Sep 17 00:00:00 2001 From: Damilola Emmanuel Olowookere Date: Thu, 16 Aug 2018 22:25:14 +0100 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..9b14978 100644 --- a/TurtorialInfo/AdditionalGitTechniques.md +++ b/TurtorialInfo/AdditionalGitTechniques.md @@ -1,6 +1,6 @@ # Additional Git Techniques For Your Toolbelt -Let's say you want to use git but not use GitHub, or want to start a new project (repo) on your computer locally before puttig on GitHub. Below is the process for creating a local git repository and pushing that repository onto GitHub. +Let's say you want to use git but not use GitHub, or want to start a new project (repo) on your computer locally before putting it on GitHub. Below is the process for creating a local git repository and pushing that repository onto GitHub. ### Creating a git repo locally on your machine