diff --git a/Git-Quickstart.md b/Git-Quickstart.md index 8c546cb..b38e8d8 100644 --- a/Git-Quickstart.md +++ b/Git-Quickstart.md @@ -68,7 +68,7 @@ If you were to imagine what the below does visually, it sort of looks like this git checkout -b ``` -Edit all the things you need to edit - that might be adding new files, changing existing ones, whatever the case may be. The rule of thumb is to try and keep all changes grouped in logical commits; if you need to due 2 things which are not really related, commit the work as 2 unique commits for example with nice comments. There is a bit of an art to this you will learn over time. +Edit all the things you need to edit - that might be adding new files, changing existing ones, whatever the case may be. The rule of thumb is to try and keep all changes grouped in logical commits; if you need to do 2 things which are not really related, commit the work as 2 unique commits for example with nice comments. There is a bit of an art to this you will learn over time. Commit your local edits to your local working copy: