Create your first Pull Request
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.
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!
<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>
Create a GitHub account if you haven’t already.
$ git --version