Skip to content

Commit

Permalink
fixed spelling / grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
clhenrick committed Apr 20, 2014
1 parent e4fcbea commit 9dafd64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Explaining Git and GitHub. Forked from [Jaime Kosoy](https://github.com/jkosoy).
### Hands on / interactive learning
* [Learn Version Control with Git](https://www.git-tower.com/learn/ebook) A website for learning Git. Appears to cost money but has a free html book.
* [Git Immersion](http://gitimmersion.com/lab_01.html) A website with tutorial materials you download and follow along with.
* [Try Git](http://try.github.io/levels/1/challenges/1) A 15 minute interactive website to learn the basics.
* [Git-it](http://nodeschool.io/#git-it) Interactive software you run from the Terminal (requires installing node.js and nmp)
* [Try Git](http://try.github.io/levels/1/challenges/1) A 15 minute interactive tutorial to learn the basics.
* [Git-it](http://nodeschool.io/#git-it) Interactive software you run from the Terminal (requires installing node.js and nmp).

### Purely text based resources
* [Git: No Deep Sh*t](http://rogerdudler.github.io/git-guide/) Explaining git, simplified, basically a cheatsheet.
* [The Git Book](http://git-scm.com/book) Explains everything that's possible in lots and lots of detail.
* [Git: No Deep Sh*t](http://rogerdudler.github.io/git-guide/) A super simplified way of explaining git, basically a cheatsheet.
* [The Git Book](http://git-scm.com/book) Explains everything that's possible with git in lots and lots of detail.


The Git Flow
Expand Down

0 comments on commit 9dafd64

Please sign in to comment.