From 93a4749f9895a9cd71f1274e083a32d513e009c5 Mon Sep 17 00:00:00 2001 From: zhiqianc Date: Thu, 2 Sep 2021 18:50:01 +0800 Subject: [PATCH] remove octocat --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f54f540..b2911ed 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # :wave: The Basics of GitHub -## 🤓 Course overview and learning outcomes +## Course overview and learning outcomes 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! @@ -12,7 +12,7 @@ GitHub is a way to use the same power of Git all online with an easy-to-use inte GitHub is home to some of the most advanced technologies in the world. Whether you're visualizing data or building a new game, there's a whole community and set of tools on GitHub that can get you to the next step. This course starts with the basics of GitHub, but we'll dig into the rest later. -## :octocat: Understanding the GitHub flow +## Understanding the GitHub flow The GitHub flow is a lightweight workflow that allows you to experiment and collaborate on your projects easily, without the risk of losing your previous work.