This repository contains the materials for the CDCS introductory workshop on version control. Git is a distributed version control system that keeps track of changes to your project files, which is useful for collaborating with others on all kinds of files, but particularly software code. GitHub (the website you are viewing this on) is an online platform to manage and sync git repositories. This workshop uses GitHub Desktop, an app that simplifies working with git and GitHub on your computer.
The materials in this repository have been adapted from Aislinn Keogh's 2024 version of this course.
Before the course, please do the following:
- Go to the GitHub website and sign up for an account.
- Download and install GitHub Desktop on your computer.
- What is version control?
- What is the difference between git, GitHub, and GitHub Desktop?
- Live Demos: How to create a repo, make commits, fork a repo, make a pull request, and review a pull request.
- This workshop uses the GitHub website and the GitHub Desktop app to work with git. We will not be using git on the command line, but some resources to learn this are linked below.
-
GitHub Skills courses
-
GitHub student pack (free GitHub Pro upgrade and other free software)
