From 566630f0c563131e4c674dd6d5cb716acbe24863 Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 11:55:04 -0500 Subject: [PATCH] due -> do --- Git-Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: