From eb4ab3b593bf5bf63fdf556daee65caef5f5ec10 Mon Sep 17 00:00:00 2001 From: Sandhya Agarwal <75671152+2024-SANDHYA@users.noreply.github.com> Date: Fri, 3 Sep 2021 10:30:47 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2e0d2d06c5..f135fbec27 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -62,7 +62,7 @@ Supervisors are experts in the Open Source project on which the team is currentl ### Git & GitHub -Before continuing we want to clarify the difference between Git and Github. Git is a version control system(VCS) which is a tool to manage the history of our Source Code. GitHub is a hosting service for Git projects. +Before we proceed, we'd like to clarify the distinction between Git and Github. Git is a version control system (VCS) that allows us to keep track of the history of our source code. GitHub is a service that hosts Git projects. We assume you have created an account on Github and installed Git on your System.