Skip to content

Commit f60d92e

Browse files
committed
Add page on resources
1 parent b8de293 commit f60d92e

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2727
I love git and github. I
2828
use both for keeping track of programming projects, papers, talks, and

pages/resources.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+

0 commit comments

Comments
 (0)