File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ Explaining Git and GitHub. Forked from [Jaime Kosoy](https://github.com/jkosoy).
7
7
### Hands on / interactive learning
8
8
* [ 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.
9
9
* [ Git Immersion] ( http://gitimmersion.com/lab_01.html ) A website with tutorial materials you download and follow along with.
10
- * [ Try Git] ( http://try.github.io/levels/1/challenges/1 ) A 15 minute interactive website to learn the basics.
11
- * [ Git-it] ( http://nodeschool.io/#git-it ) Interactive software you run from the Terminal (requires installing node.js and nmp)
10
+ * [ Try Git] ( http://try.github.io/levels/1/challenges/1 ) A 15 minute interactive tutorial to learn the basics.
11
+ * [ Git-it] ( http://nodeschool.io/#git-it ) Interactive software you run from the Terminal (requires installing node.js and nmp).
12
12
13
13
### Purely text based resources
14
- * [ Git: No Deep Sh* t] ( http://rogerdudler.github.io/git-guide/ ) Explaining git, simplified, basically a cheatsheet.
15
- * [ The Git Book] ( http://git-scm.com/book ) Explains everything that's possible in lots and lots of detail.
14
+ * [ Git: No Deep Sh* t] ( http://rogerdudler.github.io/git-guide/ ) A super simplified way of explaining git , basically a cheatsheet.
15
+ * [ The Git Book] ( http://git-scm.com/book ) Explains everything that's possible with git in lots and lots of detail.
16
16
17
17
18
18
The Git Flow
You can’t perform that action at this time.
0 commit comments