Skip to content

DCS-training/version-control-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Version Control with Git and GitHub

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.

Getting Ready

Before the course, please do the following:

  1. Go to the GitHub website and sign up for an account.
  2. Download and install GitHub Desktop on your computer.

Topics Covered

  • 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.

Additional Resources

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors