Skip to content

Instantly share code, notes, and snippets.

@rogerwschmidt
Created February 9, 2018 16:55
Show Gist options
  • Save rogerwschmidt/d846239d160913737ba728800dddf691 to your computer and use it in GitHub Desktop.
Save rogerwschmidt/d846239d160913737ba728800dddf691 to your computer and use it in GitHub Desktop.

Git and Github Instructor Notes

Objectives

  • Explain what GitHub is
  • Describe what the relationship between git and GitHub is
  • Explain why GitHub is useful
  • Describe what happens when you clone a repository
  • Describe what a git remote is
  • Keep a local git repository synchronized with Git hub
  • Explain how to work with repositories that are forked

What is Github?

  • With your table, create a short definiton of what GitHub is

What is the relationship between git and GitHub?

  • With your table, describe what the relationship between git and GitHub is.

Why is GitHub useful?

  • With your table, come up with one reason that GitHub is useful

What happens when you clone a repository?

  • With your table, create an explanation of what happens when you clone a repository

What is a git remote?

  • With your table, define what a git remote is
  • How can you find out what the remotes are in a repository

How is a local git repository synchronized with Git hub?

  • Individually, on your lapboards, what commands would you use to pull and push changes github?

How do you work with repositories that you've forked?

  • With your table, diagram what happens when you fork a repository
  • How can you connect a local git repo with the original repo that you have forked from?
  • Why would that be useful?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment