What is Git?

What is GitHub?

Installation

Learn Git

Create your first Pull Request

Github Pages

What is Git?

Git is a version control system that allows developers to track changes in their code, collaborate with others, and revert to previous versions if needed.

What is GitHub?

GitHub is a web-based platform for storing and sharing code, where developers can collaborate on open-source projects using Git. It's like a social network for coders!

https://youtu.be/hwP7WQkmECE

<aside> 💡 An interesting article that I stumbled upon https://medium.com/free-code-camp/a-beginners-guide-to-git-how-to-create-your-first-github-project-c3ff53f56861

</aside>

Git & GitHub

Create a GitHub account if you haven’t already.

Installation

For Windows

  1. Download and install Git from this link.
  2. Launch Git Bash and type the following command to check the git version $ git --version