Title: Introduction to Git(Hub)
Author: Ross Markello
Materials needed: Access to a computer
Time to Complete: One Hour
Workshop Slides
Summary/Context/Objectives:
Steps to Complete:
Glossary:
version control system: a system that records changes to a file or set of files over time so that you can recall specific versions later
git: a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people
repository: where git stores the recorded changes for your file or set of files
commit: a snapshot of your files at a certain point in history; used to maintain a chronological log of changes in your repository
GitHub: a web-based git or version control repository and Internet hosting service
Additional Resources: