Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWAyers committed Mar 5, 2024
1 parent fd886de commit 3ab6a60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/problems/GitHubLearn.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 👋 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!

GitHub is a way to use the same power of Git all online with an easy-to-use interface. It’s used across the software world and beyond to collaborate and maintain the history of projects.

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.

Expand Down

0 comments on commit 3ab6a60

Please sign in to comment.