Git and Github

Introduction to Git

Git is a powerful version control system that's used to track changes in computer files and coordinate work on those files among multiple people. It was created by Linus Torvalds in 2005 to develop the Linux kernel, but it's now used widely in software development.


Do It Now - Learn about Git (watch this video): 
A brief introduction to Git for beginners | GitHub


###

Reviews

Key Features of Git:

Common Git Commands:

Try it out at W3Schools Git Exercises: https://www.w3schools.com/git/git_exercises.asp 

What is GitHub and why use it?

GitHub is a web-based platform used for version control and collaboration, enabling multiple people to work on projects simultaneously. It is built on Git, a distributed version control system created by Linus Torvalds, which tracks changes in source code during software development.

 Why Use GitHub?

Set Up Git and GitHub

Create a GitHub Account:

Install Git:

Set Up an SSH Key (Optional):

Check it out: 

Check your knowledge

Basics

Git Commands

Branching

Collaboration

Git and GitHub in VS Code

"Git and GitHub in VS Code for Beginners" (freeCodeCamp.org)