Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.3 KB

File metadata and controls

50 lines (30 loc) · 1.3 KB

Choose your own adventure!

This is a repo for a workshop where we practice collaborating on a repo together!

The theme of this practice repo is in the style of a "Choose your own adventure" story.

Getting started

  1. Clone this repo
  2. Create a file with a story about your character in the characters folder.
  3. git add, git commit -m
  4. git push origin master!

We've all now collaborated on the same repo!

Getting into conflict

Branching off

This activity is part of a longer workshop for Introduction to Git and GitHub. See the outline for the full workshop below.

Workshop Outline

Introduction

  • Why was git made?
  • What is git?
  • What is GitHub?

Starting your own git project

  • Starting a project
  • git init
  • Creating snapshots of our project
    • Checking out different snapshots
  • Putting our project online

Collaborating

Moar Resources