Review

Last updated on 2025-09-16 | Edit this page

Overview

Questions

  • How can I cement my understanding of Git’s functions?

Objectives

  • rephrase Git commands using everyday language
  • demonstrate Git’s functions by drawing or sketching

Let’s review


It is likely that some things won’t have stuck from the last hour. To try to reinforce how things work we can work in groups to develop diagrams to illustrate Git functions and language. This should make carrying out more complicated aspects of Git clearer in our heads.

In groups:

  • illustrate the concepts discussed in the first hour
  • try to ‘draw’ what different commands mean
  • try to come up with synonyms for what the commands are doing.

Exercise - visualising git

In group work, spend some time trying to illustrate some of the commands we’ve used with Git:

  • try to express git commands in a non ‘git’ way
  • try to visualise what commits are doing to your repository

If you want to practise more feel free to keep practicising making changes to your file and committing the changes. If you want to explore more git commands, search for some more online or follow one of the suggested links below.

Discussion

Reflection

  1. Use your terminal to make file on your desktop (or another location you prefer) titled open-humanities-pt3.txt.
  2. Add some notes about things you want to remember
  3. add reflections to the bottom of your file.

Some questions to consider: 1. When is a time you wish you had git? 1. How might you use git in your work? 1. What else do you want to learn about git and GitHub?

Discussion

Feedback

Use your sticky notes to give the instructors feedback for today.

  • On the “good” color, share one thing you liked about today or something you are glad you learned.
  • On the “need help” color, share one thing you are still confused about or one thing that could have been better
Key Points
  • the language of Git can be confusing and intimidating
  • rephrasing commands and drawing concepts can clarify Git’s workflow