forked from github-book/first-pr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·135 lines (94 loc) · 6.14 KB
/
index.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Wdpress69 : " />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>GitHub実践入門 : はじめての Pull Request 特設サイト</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1537271-13']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/github-book/first-pr">Give me Pull Request</a>
<h1 id="project_title">はじめての Pull Request</h1>
<h2 id="project_tagline">GitHub実践入門</h2>
<section id="wdpress">
<a class="wdpress_link" href="http://gihyo.jp/book/2014/978-4-7741-6366-6/support">GitHub実践入門</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Pull Requestを送ってみよう!</h3>
<p>本サイトはGitHub実践入門にて、はじめてGitHubで Pull Request を送ってみるために特設されたサイトです。</p>
<p>本書をお買い上げの上、お試し頂けますと幸いです。</p>
<p>本ページに対応するリポジトリは、ページ上部の「Give me Pull Request」を押すと表示されます。</p>
<h3>ご注意</h3>
<p>本書の感想と関係のないことや誹謗中傷などは、管理者の判断で掲載を行わない可能性があります。</p>
<p>今回のリポジトリにPull Requestを送っていただいた方には基本的にリポジトリへの権限を差し上げます。Pull Requestを受ける側としても触ってみて、実践してください。</p>
<p>一方、権限を差し上げた方が、Pull Request受信者として不適切な行為を行った場合、管理者の判断でリポジトリへの権限を削除する可能性があります。</p>
<p>本書に登場するサンプルリポジトリは、当面の間は筆者や有志(Pull Requestを試される読者のみなさんを含む)を中心にメンテナンスされていく予定です。ただし、本書発売後、月日が経過している場合には反応が遅れる、あるいは反映できない可能性があります。ぜひ第7章やサンプルリポジトリのページを参照のうえ、ご協力ください。</p>
<h3>本書の感想</h3>
<p>本書のこういった試みや本書への感想を記載して Pull Request してください。</p>
<p>(現在<span id="impression_num"></span>件の感想が寄せられています)</p>
<p class="impression">とても役に立ちました!(@HIROCASTER)</p>
<p class="impression">実際にプルリクエストを送ってみるという学習法は面白いですね!(@maeharin)</p>
<p class="impression">GOOOOOOOOOOD!!!(@masaka)</p>
<p class="impression">今後はGithubを積極的に活用していこうと思います(@hidetzu)</p>
<p class="impression">わかりやすいです!(@mkaw)</p>
<p class="impression">git/GitHub について今知りたいこと, 興味を持っていたことが網羅され分かりやすく解説されていてとても勉強になりました!!(@sqrtxx)</p>
<p class="impression">感想書きました。ありがとうございます。<a href="http://d.hatena.ne.jp/hyoshiok/20140322/p1">GitHub実践入門を読んでGitとかGitHubについて考えた</a>(@hyoshiok)</p>
<p class="impression">感想だとPR出しやすいですね。(<a href="https://github.com/masutaka">@masutaka</a>)</p>
<p class="impression">素晴らしい from 徳島</p>
<p class="impression">キーボードショートカット等の細かいtipsの紹介も便利だった (<a href="https://twitter.com/ainame">@ainame</a>)</p>
<p class="impression">解説がとても丁寧で分かり易いです。(<a href="https://twitter.com/ssmylh">@ssmylh</a>)</p>
<p class="impression">6章と7章のpull requestの送り方、取り込み方が実践的でいいですね。(@wyukawa)</p>
<h3>誤植など</h3>
<p>pp159</p>
<p>誤<code>git clone [email protected]/ユーザ名/hello-world.git</code>
<p>正<code>git clone [email protected]/ユーザ名/Hello-World.git</code>
<p>pp196</p>
<p>誤<code>前提すべき</code>
<p>正<code>前提とすべき</code>
<h3>問い合わせ</h3>
<p>本サイトについて問い合わせがありましたら<a href="http://hiroki.jp/contact/">こちら</a>からご連絡ください。</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">first-pr maintained by <a href="https://github.com/hirocaster">hirocaster</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#impression_num").text( $("p.impression").length );
});
</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-31168931-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>