Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlord committed Dec 19, 2013
1 parent ee84ad8 commit 72910d7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,30 @@ git-it
======

A [workshopper](https://github.com/rvagg/workshopper) module for learning Git and GitHub - Social coding, y'all.

## The Rough Plan

This workshopper takes workshoppees on a journey through Git and GitHub (and with all that, a little basic command line, too):

- Install and configure git
- Create repository
- mkdir, git init
- Add file to repository
- Check in
- git status, add, commit, push
- Fork
- Clone
- Add upstream
- Pull changes
- Create branch
- edit file
- Check in
- Submit a PR

#### Exciting Repo-Bot Future

I also intend on building a bot that listens to events on a repo (the one given as the repo to fork in this workshop) so that workshoppes can do things like pull in changes, or possible handle a merge conflict! Eek!

##### Other Things

I want to throw in GitHub Pages into this, too, because it's so great. How nice to end up with your own website at the end of this workshop?

0 comments on commit 72910d7

Please sign in to comment.