My First GitHub Project: From a Local Folder to GitHub Using Git and SSH

Introduction

When I started learning Git, I found it a bit confusing at first. I knew GitHub was used to store code, but I did not fully understand how a project on my computer gets connected to GitHub.

In this article, I will explain the steps I followed to create a simple project, connect it to GitHub using SSH, and push my code to the repository.

What is Git?