Skip to content

Workshop on version control with git, GitHub, and GitHub Desktop. Go to the repo

License

Notifications You must be signed in to change notification settings

DCS-training/version-control-2024

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 software code, particularly when collaborating with others. 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.

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

Workshop on version control with git, GitHub, and GitHub Desktop. Go to the repo

Topics

Resources

License

Stars

Watchers

Forks