forked from jlord/git-it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-zhtw.html
52 lines (47 loc) · 2.86 KB
/
index-zhtw.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Git-it Guide</title>
<meta name="description" content="learn git and github">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/style.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900' rel='stylesheet' type='text/css'>
</head>
<body class="tableofcontents">
<div class="wrapper">
<header class="weehero">
Git-it
</header>
<h2>歡迎來到 Git-it 台灣!</h2>
<p>Git-it 是一個教學 Git 和 GitHub 的終端機程式,這個網頁會給你每一個關卡的詳細教學。 <strong>就算沒有網路也是可以使用這份教學文件的唷</strong>!讓我們開始吧。</p>
<h2>Git-it 關卡</h2>
<ol class="toc">
<li><a href="challenges-zhtw/get_git.html">Get Git</a> 安裝並且設定 Git</li>
<li><a href="challenges-zhtw/repository.html">Repository</a> 建立一個本機的 repository</li>
<li><a href="challenges-zhtw/commit_to_it.html">Commit to it</a> 檢視狀態、新增或修改 commits</li>
<li><a href="challenges-zhtw/githubbin.html">GitHubbin</a> 註冊 GitHub 帳號</li>
<li><a href="challenges-zhtw/remote_control.html">Remote Control</a> 將 repository 做本機和遠端的連結</a></li>
<li><a href="challenges-zhtw/forks_and_clones.html">Forks and Clones</a> Fork 和 clone 一個開源的計畫</li>
<li><a href="challenges-zhtw/branches_arent_just_for_birds.html">Branches aren't just for Birds</a> 建立一個 feature branch</li>
<li><a href="challenges-zhtw/its_a_small_world.html">It's a Small World</a> 邀請並和別人合作 (嗨! @reporobot!)</li>
<li><a href="challenges-zhtw/pull_never_out_of_date.html">Pull, Never Out of Date</a> 利用 Push 和 pull 來和 GitHub.com 同步</li>
<li><a href="challenges-zhtw/requesting_you_pull_please.html">Requesting You Pull Please</a> 建立一個 pull request</li>
<li><a href="challenges-zhtw/merge_tada.html">Merge Tada</a> Merge 和刪除 branches</li>
</ol>
<footer>
<ul>
<li class="all-caps"><a href="index-zhtw.html"><strong>Git-it 關卡</strong></a></li>
<li class="all-caps"><a href="about.html">關於</a></li>
<li class="all-caps"><a href="dictionary.html">字典</a></li>
<li class="all-caps"><a href="resources.html">學習資源</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">錯誤提報/意見</a>
</li>
</ul>
</footer>
</div>
</body>
</html>