From bcf4679c8a222997933f6f31427813656007131b Mon Sep 17 00:00:00 2001 From: Fengda HUANG Date: Sun, 8 Mar 2015 23:04:47 +0800 Subject: [PATCH] add basic chapters --- build/author.html | 2 +- chapters/01-introduction.md | 1 + chapters/02-github-fundamentals.md | 1 + chapters/03-analytics-project-01.md | 0 chapters/04-analytics-project-02.md | 1 + chapters/05-analytics-project.md | 1 + chapters/06-create-pull-request.md | 1 + chapters/07-create-your-project.md | 1 + chapters/08-build-github-project.md | 1 + chapters/09-create-project-documents.md | 1 + chapters/10-tdd-with-autotest.md | 1 + chapters/11-refactor-project.md | 1 + chapters/12-streak-your-github.md | 1 + 13 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 chapters/02-github-fundamentals.md create mode 100644 chapters/03-analytics-project-01.md create mode 100644 chapters/04-analytics-project-02.md create mode 100644 chapters/05-analytics-project.md create mode 100644 chapters/06-create-pull-request.md create mode 100644 chapters/07-create-your-project.md create mode 100644 chapters/08-build-github-project.md create mode 100644 chapters/09-create-project-documents.md create mode 100644 chapters/10-tdd-with-autotest.md create mode 100644 chapters/11-refactor-project.md create mode 100644 chapters/12-streak-your-github.md diff --git a/build/author.html b/build/author.html index b6ccbef..57319dd 100644 --- a/build/author.html +++ b/build/author.html @@ -1,5 +1,5 @@

-

Github Roam

+

Github 漫游指南

By Phodal Huang(Geek's Life)

\ No newline at end of file diff --git a/chapters/01-introduction.md b/chapters/01-introduction.md index e69de29..89721ec 100644 --- a/chapters/01-introduction.md +++ b/chapters/01-introduction.md @@ -0,0 +1 @@ +#介绍 \ No newline at end of file diff --git a/chapters/02-github-fundamentals.md b/chapters/02-github-fundamentals.md new file mode 100644 index 0000000..aa927c0 --- /dev/null +++ b/chapters/02-github-fundamentals.md @@ -0,0 +1 @@ +#基本概念 \ No newline at end of file diff --git a/chapters/03-analytics-project-01.md b/chapters/03-analytics-project-01.md new file mode 100644 index 0000000..e69de29 diff --git a/chapters/04-analytics-project-02.md b/chapters/04-analytics-project-02.md new file mode 100644 index 0000000..672c020 --- /dev/null +++ b/chapters/04-analytics-project-02.md @@ -0,0 +1 @@ +#Github项目分析二 \ No newline at end of file diff --git a/chapters/05-analytics-project.md b/chapters/05-analytics-project.md new file mode 100644 index 0000000..a612160 --- /dev/null +++ b/chapters/05-analytics-project.md @@ -0,0 +1 @@ +#Github项目分析 \ No newline at end of file diff --git a/chapters/06-create-pull-request.md b/chapters/06-create-pull-request.md new file mode 100644 index 0000000..01183f9 --- /dev/null +++ b/chapters/06-create-pull-request.md @@ -0,0 +1 @@ +#创建Pull Request \ No newline at end of file diff --git a/chapters/07-create-your-project.md b/chapters/07-create-your-project.md new file mode 100644 index 0000000..462c57a --- /dev/null +++ b/chapters/07-create-your-project.md @@ -0,0 +1 @@ +#创建你的项目 \ No newline at end of file diff --git a/chapters/08-build-github-project.md b/chapters/08-build-github-project.md new file mode 100644 index 0000000..d3c96f7 --- /dev/null +++ b/chapters/08-build-github-project.md @@ -0,0 +1 @@ +#构建Github项目 \ No newline at end of file diff --git a/chapters/09-create-project-documents.md b/chapters/09-create-project-documents.md new file mode 100644 index 0000000..53c2181 --- /dev/null +++ b/chapters/09-create-project-documents.md @@ -0,0 +1 @@ +#创建项目文档 \ No newline at end of file diff --git a/chapters/10-tdd-with-autotest.md b/chapters/10-tdd-with-autotest.md new file mode 100644 index 0000000..cf07f65 --- /dev/null +++ b/chapters/10-tdd-with-autotest.md @@ -0,0 +1 @@ +#测试 \ No newline at end of file diff --git a/chapters/11-refactor-project.md b/chapters/11-refactor-project.md new file mode 100644 index 0000000..0ea6d7d --- /dev/null +++ b/chapters/11-refactor-project.md @@ -0,0 +1 @@ +#重构 \ No newline at end of file diff --git a/chapters/12-streak-your-github.md b/chapters/12-streak-your-github.md new file mode 100644 index 0000000..f13d215 --- /dev/null +++ b/chapters/12-streak-your-github.md @@ -0,0 +1 @@ +#让我们连击 \ No newline at end of file