Posts

Showing posts from October, 2023

Simple Git tools using a Command Line Interface

Image
Here is a simple guide on how to add files from your device onto a GitHub repository for your and other collaborators' ease of access. Step 1 :  The first step is to configurate your personal info on Git in your device so as to match those of your GitHub account. On the CLI, type the command; git config -- global user.name  " Your name " ; git config -- global user.email " Your   email  " Step 2 : Go to your GitHub account on a web browser and create a new Repository. Do so by clicking on your account > Repositories > New Be sure to give it an appropriate name so that collaborators may be able to identify it quickly. I will be uploading the answers to my CS University course's labsheets, hence I will be making a repo named "programming_labsheets". Step 3 : Afterwards, you will be redirected to a page with detailed instructions on how to proceed with uploading the files.  Before we continue : Note that these commands will prompt you to input y