UofT-DSI / git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git and GitHub

Contents

Description

This module explores version control with Git and GitHub, and how it connects to the ethical discussions of reproducibility. Participants will set up Git and create and use repositories, including recording, viewing and undoing changes. You will also learn how to create branches and collaborate with others with shared branches. This module also introduces more advanced commands such as de-bugging and history editing.

Throughout the entire module, participants will learn how to problem solve through live coding. You will also learn about reproducibility and how to centre it within your work.

Learning Outcomes

By the end of the module, participants will be able to:

  • Use Git to collaboratively save, restore, and update work through version control
  • Explain the difference between Git and GitHub

Assignments

Participants should review the Assignment Submission Guide for instructions on how to complete assignments in this module.

  1. Git Assignment

Contacts

Questions can be submitted to the #cohort-3-help channel on Slack

Delivery of the Learning Module

This module will include live learning sessions and optional, asynchronous work periods. During live learning sessions, the Technical Facilitator will introduce and explain key concepts and demonstrate core skills. Learning is facilitated during this time. Before and after each live learning session, the instructional team will be available for questions related to the core concepts of the module. Optional work periods are to be used to seek help from peers, the Learning Support team, and to work through the homework and assignments in the learning module, with access to live help. Content is not facilitated, but rather this time should be driven by participants. We encourage participants to come to these work periods with questions and problems to work through.   Participants are encouraged to engage actively during the learning module. They key to developing the core skills in each learning module is through practice. The more participants engage in coding along with the instructional team, and applying the skills in each module, the more likely it is that these skills will solidify.

Schedule

The schedule is tentative and may be modified as needed. Learners will be notified of schedule changes.

Day 1 Day 2 Day 3 Day 4 Day 5
Week 1 Live Learning Session 1 (Shell) Live Learning Session 2 (Shell) Live Learning Session 3 (Git & Github) Work Period 1 Work Period 2
 

Requirements

  • Participants are not expected to have any coding experience; the learning content has been designed for beginners.
  • Participants are encouraged to ask questions, and collaborate with others to enhance their learning experience.
  • Participants must have a computer and an internet connection to participate in online activities.
  • Participants must not use generative AI such as ChatGPT to generate code in order to complete assignments. It should be used as a supportive tool to seek out answers to questions you may have.
  • We expect learners to have completed the onboarding repo.
  • We encourage participants to default to having their camera on at all times, and turning the camera off only as needed. This will greatly enhance the learning experience for all participants and provides real-time feedback for the instructional team.

Resources

Feel free to use the following as resources:

Cheat sheet

Videos

How to get help

image


Folder Structure

.
├── 01_slides
├── 02_assignments
├── 03_homework
├── 04_instructional_team
├── LICENSE
├── README.md
└── steps_to_ask_for_help.png
  • slides: Module slides as PDF or PPTX files.
  • homework: Homework to practice concepts covered in class.
  • assignments: Assignments.
  • instructors: This folder provides guidance for Technical Facilitators and the Learning Support team on teaching methodologies and content delivery.
  • README: This file!
  • .gitignore: Files to exclude from this folder, specified by the Technical Facilitator

About

License:MIT License


Languages

Language:Shell 89.0%Language:CSS 11.0%