Introduction
Git is a tool used to track changes made to a Git repository, while GitHub is a platform where Git repositories are stored and shared publicly or privately. In this article I will explain the procedure from a local folder to GitHub using Git and an SSH key as learnt at LuxDevHq.
1. Creating a local Folder
On Git run,
mkdir First-GitHub-Project






