From 894af762b82da816433b388706e223b2f91dba0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Martins=20=7C=20Geospatial=20Data=20Scientist?= =?UTF-8?q?=20=7C=20MSc=20Env=2E=20Eng?= <43493851+joaoambiente@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:20:40 +0100 Subject: [PATCH] Update basic-git.md (#415) Changed simply --> simplify in this sentence: "A Version Control System (VCS) like git will replace this mess with a _well-ordered and labelled history_ of edits that you can freely browse through, and will greatly simplify collaborating with other people on writing new code. --- foundations/github/basic-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/github/basic-git.md b/foundations/github/basic-git.md index 4abc28695..5b1c9a4f1 100644 --- a/foundations/github/basic-git.md +++ b/foundations/github/basic-git.md @@ -44,7 +44,7 @@ analysis_script_09122021_edit.py analysis_script_NEW.py ``` -A Version Control System (VCS) like git will replace this mess with a _well-ordered and labelled history_ of edits that you can freely browse through, and will greatly simply collaborating with other people on writing new code. +A Version Control System (VCS) like git will replace this mess with a _well-ordered and labelled history_ of edits that you can freely browse through, and will greatly simplify collaborating with other people on writing new code. ### What is git?