My First GitHub Project: From a Local Folder to GitHub using Git and SSH
Introduction This week I learnt how to create my first GitHub project from a local folder on my desktop using tools such as Git and an SSH connection. Git is used to track changes in the source code and files over time, while SSH is a key used for authenticating your desktop with your Gi...