From bbc5faa01cbe08e798d9ea3f247b5cd40bcba0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CDarya-Kolesnichenko=E2=80=9D?= Date: Thu, 2 Sep 2021 13:10:52 -0400 Subject: [PATCH] part of a3 remove octocat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f54f540..f66fda1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The goal of this course is to give you a brief introduction to GitHub. We’ll also provide you with materials for further learning and a few ideas to get you started on our platform. 🚀 -## :octocat: Git and GitHub +## Git and GitHub Git is a **distributed Version Control System (VCS)**, which means it is a useful tool for easily tracking changes to your code, collaborating, and sharing. With Git you can track the changes you make to your project so you always have a record of what you’ve worked on and can easily revert back to an older version if need be. It also makes working with others easier—groups of people can work together on the same project and merge their changes into one final source!