This tutorial will take you through the steps needed to create the repository for your coursework on the website GitHub. Again, a repository is essentially a folder where you will save all your work and that will keep track of the history of your work over time. On your computer it will just look like a normal folder you put files in, but it has special powers!
If you already have a GitHub account, skip this step. Otherwise, we need to register with GitHub so that we can create repositories that will be hosted by them (a bit like DropBox or Google Drive).
We will create a single repository to store all your coursework in called cart253. Lowercase is pretty standard for repository names.
cart253 (or something similar)File > Clone Repositorycart253 repository (the one you created for this course)GitHub folder in your main Documents folder and your repository folder will be in thereYou’re now ready to use GitHub Desktop and GitHub to save and synchronize all the projects you will end up creating for this course! As a simple rule, you should just keep all your work for the course in this cart253 repository folder.
We now have a GitHub account. We also have a repository (like a special folder that keeps track of your work over time) that exists locally on your computer (as a folder called cart253 or similar) and also remotely on GitHub.com (as a repository homepage called cart253). By keeping these two instances of the repository in synch, we can avoid many, many problems and also share our work much more easily. Because we enabled GitHub Pages, we can also share our work with anyone via a URL.