diff --git a/website/problems/GitHubLearn.md b/website/problems/GitHubLearn.md index 301452b..ee4fbd2 100644 --- a/website/problems/GitHubLearn.md +++ b/website/problems/GitHubLearn.md @@ -1,10 +1,10 @@ -# 👋 The Basics of GitHub +# 👋 The Basics of GitHub ## 🤓 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. 🚀 -## [![github_octocat](https://cdn3.emoji.gg/emojis/5643_github_octocat.png)](https://emoji.gg/emoji/5643_github_octocat) Git and GitHub +## ![github_octocat](https://cdn3.emoji.gg/emojis/5643_github_octocat.png) 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. -## [![github_octocat](https://cdn3.emoji.gg/emojis/5643_github_octocat.png)](https://emoji.gg/emoji/5643_github_octocat) Understanding the GitHub flow +## ![github_octocat](https://cdn3.emoji.gg/emojis/5643_github_octocat.png) 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.