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.
- Clone this
repo
- Create a file with a story about your character in the
characters
folder. git add
,git commit -m
git push origin master
!
We've all now collaborated on the same repo!
This activity is part of a longer workshop for Introduction to Git and GitHub. See the outline for the full workshop below.
- Why was git made?
- What is git?
- What is GitHub?
- Starting a project
git init
- Creating snapshots of our project
- Checking out different snapshots
- Putting our project online