File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ minimal guide to get started.
2222- [ Handling merge conflicts] ( pages/merge_conflicts.html ) .
2323- [ Oops; that last commit message was wrong] ( pages/amend_commit_msg.html ) .
2424- [ Exploring the code and its history] ( pages/exploring_code.html ) .
25- - [ Other (much more thorough) resources] ( pages/resources ) .
25+ - [ Other (much more thorough) resources] ( pages/resources.html ) .
2626
2727I love git and github. I
2828use both for keeping track of programming projects, papers, talks, and
Original file line number Diff line number Diff line change 1+ ---
2+ layout : page
3+ title : git/github resources
4+ ---
5+
6+ This tutorial is minimal. It's probably considerably less than
7+ minimal. But there are lots of great tutorials and other resources
8+ for learning to use [ git] ( http://git-scm.com ) and
9+ [ github] ( http://github.com ) .
10+
11+ Here are some examples.
12+
13+ - The [ git documentation] ( http://git-scm.com/documentation )
14+
15+ - The [ Pro Git book] ( http://git-scm.com/book )
16+
17+ - The O'Reilly
18+ [ Version Control with Git book] ( http://shop.oreilly.com/product/9780596520137.do )
19+
20+ - The [ github help pages] ( https://help.github.com/ )
21+
22+ - [ Git tutorials on github] ( http://learn.github.com/ ) ; you can even
23+ [ try it out] ( http://try.github.io/levels/1/challenges/1 )
24+
25+ - [ git - the simple guide] ( http://rogerdudler.github.io/git-guide/ )
26+
27+ - [ Google] ( http://bit.ly/13lFEmG )
28+
29+ - [ Stackoverflow] ( http://stackoverflow.com/questions/tagged/git )
30+
You can’t perform that action at this time.
0 commit comments