rabbit-slide-myokoym-study-meeting-2013-001 2013.4.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: aa901dbcc981e00a3f7e914bd208d718ed145a9a
4
+ data.tar.gz: 50c01f7d3c0e54a92c5154048ed6163b9f6cc8d7
5
+ SHA512:
6
+ metadata.gz: 0b0a891ad0154ae9750e432cf27ec72ea4d6765d6d7799578bbfede8ffc67d807c250da82e9bb9e895d02e50034fc293f09405f3c5753c2bdbdc01879a97d093
7
+ data.tar.gz: 59964be720704fa7725df2a1a9b00638140c4073ceef1468f11fb53384fe83b6bb4f449f5748aef7cdd0dda9bc16da3d391ca1695909a032a8d9e7d5882e2faa
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ introduction-to-version-control-with-github.rab
data/README.rd ADDED
@@ -0,0 +1,26 @@
1
+ = GitHubで学ぶバージョン管理
2
+
3
+ プログラマの仕事道具であるバージョン管理システムについて、
4
+ GitHubというWebサイトを使って学びます。
5
+ キーワードは「履歴」「共有」「協業」です。
6
+
7
+ == 作者向け
8
+
9
+ === 表示
10
+
11
+ rake
12
+
13
+ === 公開
14
+
15
+ rake publish
16
+
17
+ == 閲覧者向け
18
+
19
+ === インストール
20
+
21
+ gem install rabbit-slide-myokoym-study-meeting-2013-001
22
+
23
+ === 表示
24
+
25
+ rabbit rabbit-slide-myokoym-study-meeting-2013-001.gem
26
+
data/Rakefile ADDED
@@ -0,0 +1,9 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ Rabbit::Task::Slide.new do |task|
6
+ # task.spec.files += Dir.glob("doc/**/*.*")
7
+ # task.spec.files -= Dir.glob("private/**/*.*")
8
+ task.spec.add_runtime_dependency("rabbit-theme-nyankosakana")
9
+ end
data/config.yaml ADDED
@@ -0,0 +1,22 @@
1
+ ---
2
+ id: study-meeting-2013-001
3
+ base_name: introduction-to-version-control-with-github
4
+ tags:
5
+ - rabbit
6
+ - github
7
+ - version control
8
+ presentation_date: 2013/04/26
9
+ version: 2013.4.26.0
10
+ licenses:
11
+ - CC BY 3.0
12
+ slideshare_id: study-meeting-2013-001
13
+ speaker_deck_id:
14
+ ustream_id:
15
+ vimeo_id:
16
+ author:
17
+ markup_language: :rd
18
+ name: Masafumi Yokoyama
19
+ email: myokoym@gmail.com
20
+ rubygems_user: myokoym
21
+ slideshare_user: myokoym
22
+ speaker_deck_user: myokoym
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,422 @@
1
+ = GitHubで学ぶ\nバージョン管理
2
+
3
+ # : subtitle
4
+ # サブタイトル
5
+ : author
6
+ Masafumi Yokoyama
7
+ # : institution
8
+ # 所属
9
+ : content-source
10
+ 社内勉強会2013
11
+ : date
12
+ 2013/04/26
13
+ : allotted-time
14
+ 30m
15
+ : theme
16
+ nyankosakana
17
+
18
+ = 自己紹介
19
+
20
+ : システムズエンジニア
21
+ * 入社5年目 (('note:(高学年)'))
22
+
23
+ : フリーソフトウェアプログラマー
24
+ * Rubyist/Vimmer/Linuxer (('note:(属性)'))
25
+ * GitHub/RubyGems.org (('note:(活動場所)'))
26
+ * Rabbit Collaborators (('note:(It is this!)'))
27
+
28
+ = 話すこと
29
+
30
+ * バージョン管理について
31
+ * バージョン管理システムについて
32
+ * GitHubについて
33
+ * GitHubをブラウザから使う方法
34
+
35
+ = バージョン管理システムを\n紹介する理由
36
+
37
+ # blockquote
38
+ プログラマーにとって、\nとても便利なツールだから
39
+
40
+ = キーワード
41
+
42
+ * 履歴 (('note:History'))
43
+ * 共有 (('note:Share'))
44
+ * 協業 (('note:Collaborate'))
45
+
46
+ = 話すこと
47
+
48
+ * ((*バージョン管理について*))
49
+ * バージョン管理システムについて
50
+ * GitHubについて
51
+ * GitHubをブラウザから使う方法
52
+
53
+ = バージョン管理とは
54
+
55
+ (('tag:center'))
56
+ (('tag:x-large'))
57
+ 変更履歴\n
58
+ (('note: へんこうりれき'))
59
+
60
+ = バージョン管理とは
61
+
62
+ (('tag:center'))
63
+ (('tag:x-large'))
64
+ ((*変更*))履歴\n
65
+ (('note: へんこうりれき'))
66
+
67
+ = 変更とは
68
+
69
+ * ファイルの追加・修正・削除
70
+ * ソースコード
71
+ * ドキュメント
72
+ * 画像
73
+ * etc...
74
+
75
+ = 変更とは
76
+
77
+ # blockquote
78
+ # title = 達人プログラマー
79
+ ヒント23: 常にソースコード\n管理を使用すること
80
+
81
+ = 常に
82
+
83
+ = バージョン管理とは
84
+
85
+ (('tag:center'))
86
+ (('tag:x-large'))
87
+ 変更((*履歴*))\n
88
+ (('note: へんこうりれき'))
89
+
90
+ = 履歴とは
91
+
92
+ # blockquote
93
+ # title = Life of Reason (翻訳: 達人プログラマー)
94
+ 変更を積み重ねて進歩するには、記憶力が不可欠である。
95
+ 過去を記憶できないものは同じ過ちを繰り返すのである。
96
+
97
+ = 進歩
98
+
99
+ = 履歴の例
100
+
101
+ * UNDO (Ctrl + z)
102
+ * src_20130425_01.zip
103
+
104
+ (('wait'))もっと便利に実現できる。
105
+
106
+ (('wait'))((*そう、バージョン管理ならね。*))
107
+
108
+ = バージョン管理
109
+
110
+ * 消えないUNDO
111
+ * まるごとコピーより省容量
112
+ * 豊富なメタ情報を記録
113
+ * 誰が変更したか
114
+ * いつ変更したか
115
+ * どのバージョンで変更したか
116
+
117
+ = 話すこと
118
+
119
+ * バージョン管理について
120
+ * ((*バージョン管理システムについて*))
121
+ * GitHubについて
122
+ * GitHubをブラウザから使う方法
123
+
124
+ = バージョン管理システム
125
+
126
+ # blockquote
127
+ サッカー選手が((*スパイク*))を履くように、
128
+ プログラマーは((*バージョン管理システム*))を使う
129
+
130
+ = サーバーとクライアント
131
+
132
+ : サーバー機能(リポジトリ)
133
+ * 変更履歴やメタ情報を保存
134
+
135
+ : クライアント機能
136
+ * ローカルのファイルをリポジトリへ登録
137
+ * リポジトリのファイルをローカルへ取得
138
+
139
+ = 用語
140
+
141
+ # RT
142
+ caption = バージョン管理システムの用語
143
+
144
+ 登録, 取得
145
+
146
+ (('tag:center'))commit, checkout
147
+
148
+ = 集中型と分散型
149
+
150
+ : 集中型
151
+ * 各クライアントが、一つの共有リポジトリに接続する
152
+
153
+ : 分散型
154
+ * 各クライアントがリポジトリ機能を持つ
155
+ * リポジトリ間の連携が容易
156
+ * 通常、サーバー機に共有リポジトリを作成する
157
+
158
+ = 主なソフトウェア
159
+
160
+ : 集中型
161
+ * CVS
162
+ * Subversion
163
+
164
+ : 分散型
165
+ * Git
166
+ * Mercurial
167
+
168
+ = 主なソフトウェア
169
+
170
+ : 集中型
171
+ * CVS
172
+ * Subversion
173
+
174
+ : 分散型
175
+ * ((*Git*))
176
+ * Mercurial
177
+
178
+ = 用語
179
+
180
+ # RT
181
+ caption = Gitの用語(コマンド)
182
+
183
+ , 登録, 取得
184
+
185
+ (('tag:center'))ローカルとリポジトリ, add\ncommit, checkout
186
+ (('tag:center'))リポジトリ連携, push, pull
187
+
188
+ = 話すこと
189
+
190
+ * バージョン管理について
191
+ * バージョン管理システムについて
192
+ * ((*GitHubについて*))
193
+ * GitHubをブラウザから使う方法
194
+
195
+ = GitHubを紹介する理由
196
+
197
+ # blockquote
198
+ とても簡単にバージョン管理\nできるツールだから
199
+
200
+ = Not GitHub
201
+
202
+ * 自前のサーバーを構築
203
+ * 物理構築・環境構築・運用が大変
204
+ * レンタルサーバー(VPSなど)
205
+ * 環境構築・運用が大変
206
+ * ローカルのリポジトリのみ
207
+ * クラッシュこわい
208
+ * 他の場所で使えない
209
+
210
+ = GitHub
211
+
212
+ * 簡単に共有リポジトリが使える
213
+ * 無料
214
+ * ((*全てのファイルが公開される*))
215
+ * 人数制限なし
216
+ * ブラウザから簡単管理
217
+ * ブラウザだけでも使える
218
+
219
+ = 話すこと
220
+
221
+ * バージョン管理について
222
+ * バージョン管理システムについて
223
+ * GitHubについて
224
+ * ((*GitHubをブラウザから使う方法*))
225
+
226
+ = How to GitHub
227
+
228
+ = 使える場所
229
+
230
+ * コマンドライン
231
+ * GUIアプリケーション
232
+ * ブラウザ
233
+ * ブラウザ (Gist)
234
+
235
+ = コマンドライン
236
+
237
+ (1) ローカルにGitをインストール
238
+ (2) ブラウザからユーザー登録
239
+ (3) ローカルでSSH鍵作成
240
+ (4) ブラウザから公開鍵を登録
241
+ (5) ブラウザで共有リポジトリ作成
242
+ (6) 作業開始
243
+
244
+ = ユーザー登録
245
+
246
+ : 参考
247
+ (('note:https://www.google.co.jp/search?q=github'))
248
+
249
+ = GUIアプリケーション
250
+
251
+ : GitHub for Windows
252
+ * Windowsから簡単にGitHubを使えるGUIアプリケーション
253
+
254
+ (('note:https://www.google.co.jp/search?q=github+for+windows'))
255
+
256
+ = ブラウザから使う
257
+
258
+ (1) (('del: ローカルにGitをインストール'))
259
+ (2) ((*ブラウザからユーザー登録*))
260
+ (3) (('del: ローカルでSSH鍵作成'))
261
+ (4) (('del: ブラウザから公開鍵を登録'))
262
+ (5) ((*ブラウザで共有リポジトリ作成*))
263
+ (6) ((*作業開始*))
264
+
265
+ = デモ
266
+
267
+ = リポジトリ作成
268
+
269
+ # image
270
+ # src = images/hello/github-home.png
271
+ # relative_height= 100
272
+
273
+ = リポジトリ作成
274
+
275
+ # image
276
+ # src = images/hello/create-repo.png
277
+ # relative_height= 100
278
+
279
+ = ファイル作成
280
+
281
+ # image
282
+ # src = images/hello/home-created-repo.png
283
+ # relative_height= 100
284
+
285
+ = ファイル作成
286
+
287
+ # image
288
+ # src = images/hello/edit-create.png
289
+ # relative_height= 100
290
+
291
+ = ファイル作成
292
+
293
+ # image
294
+ # src = images/hello/edit-create-bottom.png
295
+ # relative_height= 100
296
+
297
+ = ファイル作成
298
+
299
+ # image
300
+ # src = images/hello/home-created-file.png
301
+ # relative_height= 100
302
+
303
+ = ファイル作成
304
+
305
+ # image
306
+ # src = images/hello/file-create.png
307
+ # relative_height= 100
308
+
309
+ = ファイル作成
310
+
311
+ # image
312
+ # src = images/hello/history-create.png
313
+ # relative_height= 100
314
+
315
+ = ファイル作成
316
+
317
+ # image
318
+ # src = images/hello/diff-create.png
319
+ # relative_height= 100
320
+
321
+ = ファイル修正
322
+
323
+ # image
324
+ # src = images/hello/file-create.png
325
+ # relative_height= 100
326
+
327
+ = ファイル修正
328
+
329
+ # image
330
+ # src = images/hello/edit-update.png
331
+ # relative_height= 100
332
+
333
+ = ファイル修正
334
+
335
+ # image
336
+ # src = images/hello/edit-update-bottom.png
337
+ # relative_height= 100
338
+
339
+ = ファイル修正
340
+
341
+ # image
342
+ # src = images/hello/file-update.png
343
+ # relative_height= 100
344
+
345
+ = ファイル修正
346
+
347
+ # image
348
+ # src = images/hello/history-update.png
349
+ # relative_height= 100
350
+
351
+ = 差分比較
352
+
353
+ # image
354
+ # src = images/hello/diff-update.png
355
+ # relative_height= 100
356
+
357
+ = 差分比較
358
+
359
+ # image
360
+ # src = images/hello/blame.png
361
+ # relative_height= 100
362
+
363
+ = ブラウザから使う (Gist)
364
+
365
+ (1) (('del: ローカルにGitをインストール'))
366
+ (2) ((*ブラウザからユーザー登録*))
367
+ (3) (('del: ローカルでSSH鍵作成'))
368
+ (4) (('del: ブラウザから公開鍵を登録'))
369
+ (5) (('del: ブラウザで共有リポジトリ作成'))
370
+ (6) ((*作業開始*))
371
+
372
+ = ファイル作成
373
+
374
+ # image
375
+ # src = images/gist/new-gist.png
376
+ # relative_height= 100
377
+
378
+ = ファイル作成
379
+
380
+ # image
381
+ # src = images/gist/gist-home-new.png
382
+ # relative_height= 100
383
+
384
+ = ファイル修正
385
+
386
+ # image
387
+ # src = images/gist/gist-editor.png
388
+ # relative_height= 100
389
+
390
+ = ファイル修正
391
+
392
+ # image
393
+ # src = images/gist/gist-home-updated.png
394
+ # relative_height= 100
395
+
396
+ = 差分比較
397
+
398
+ # image
399
+ # src = images/gist/gist-diff.png
400
+ # relative_height= 100
401
+
402
+ = まとめ
403
+
404
+ = バージョン管理システムを\n紹介する理由
405
+
406
+ # blockquote
407
+ プログラマーにとって、\nとても便利なツールだから
408
+
409
+ = GitHubを紹介する理由
410
+
411
+ # blockquote
412
+ とても簡単にバージョン管理\nできるツールだから
413
+
414
+ = キーワード
415
+
416
+ * (('del:履歴')) (('note:History'))
417
+ * (('del:共有')) (('note:Share'))
418
+ * 協業 (('note:Collaborate'))
419
+ * branch, trunk
420
+ * clone (fork), pull request
421
+
422
+ (('tag:right'))つづく。
metadata ADDED
@@ -0,0 +1,101 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-myokoym-study-meeting-2013-001
3
+ version: !ruby/object:Gem::Version
4
+ version: 2013.4.26.0
5
+ platform: ruby
6
+ authors:
7
+ - Masafumi Yokoyama
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-04-21 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rabbit
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.2
27
+ - !ruby/object:Gem::Dependency
28
+ name: rabbit-theme-nyankosakana
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: |-
42
+ プログラマの仕事道具であるバージョン管理システムについて、
43
+ GitHubというWebサイトを使って学びます。
44
+ キーワードは「履歴」「共有」「協業」です。
45
+ email:
46
+ - myokoym@gmail.com
47
+ executables: []
48
+ extensions: []
49
+ extra_rdoc_files: []
50
+ files:
51
+ - .rabbit
52
+ - config.yaml
53
+ - Rakefile
54
+ - README.rd
55
+ - images/gist/gist-diff.png
56
+ - images/gist/gist-home-updated.png
57
+ - images/gist/gist-home-new.png
58
+ - images/gist/gist-editor.png
59
+ - images/gist/new-gist.png
60
+ - images/hello/home-created-repo.png
61
+ - images/hello/file-update.png
62
+ - images/hello/home-created-file.png
63
+ - images/hello/edit-create.png
64
+ - images/hello/diff-update.png
65
+ - images/hello/create-repo.png
66
+ - images/hello/history-update.png
67
+ - images/hello/edit-update-bottom.png
68
+ - images/hello/github-home.png
69
+ - images/hello/edit-update.png
70
+ - images/hello/file-create.png
71
+ - images/hello/diff-create.png
72
+ - images/hello/history-create.png
73
+ - images/hello/edit-create-bottom.png
74
+ - images/hello/blame.png
75
+ - introduction-to-version-control-with-github.rab
76
+ - pdf/study-meeting-2013-001-introduction-to-version-control-with-github.pdf
77
+ homepage: http://slide.rabbit-shocker.org/authors/myokoym/study-meeting-2013-001/
78
+ licenses:
79
+ - CC BY 3.0
80
+ metadata: {}
81
+ post_install_message:
82
+ rdoc_options: []
83
+ require_paths:
84
+ - lib
85
+ required_ruby_version: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - '>='
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ required_rubygems_version: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - '>='
93
+ - !ruby/object:Gem::Version
94
+ version: '0'
95
+ requirements: []
96
+ rubyforge_project:
97
+ rubygems_version: 2.0.0
98
+ signing_key:
99
+ specification_version: 4
100
+ summary: GitHubで学ぶバージョン管理
101
+ test_files: []