-
Notifications
You must be signed in to change notification settings - Fork 0
/
workshop.html
397 lines (319 loc) · 12.6 KB
/
workshop.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
<!DOCTYPE html>
<html lang="ru">
<head>
<title>Работа с git: мастер-класс</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="node_modules/shower-ribbon/styles/screen-16x10.css">
<link rel="stylesheet" href="./styles/main.css">
</head>
<body class="shower list">
<header class="caption">
<h1>Работа с git.</h1>
<p>Мастер-класс</p>
</header>
<!-- Заглавная страница (begin) -->
<section class="slide" style="text-align:center;">
<h2 style="font-size: 6em;">Работа с git</h2>
<p
style="font-size: 2em; line-height: 1.3em; margin: 2em 0 0 0;">Мастер-класс</p>
</section>
<!-- Заглавная страница (end) -->
<!-- TOC (begin) -->
<section class="slide">
<h2>Работа с git. Мастер-класс.</h2>
<ul>
<li>Чем НЕ яляется git?</li>
<li>Коммит</li>
<li>Управление историей</li>
<li>Github</li>
<li>Секция вопросов и ответов</li>
</ul>
</section>
<!-- TOC (end) -->
<!-- Чем НЕ яляется git? (begin) -->
<section class="slide">
<h2>Чем НЕ яляется git?</h2>
<img src="pictures/save-or-not.jpg" width="100%">
</section>
<!-- Чем НЕ яляется git? (end) -->
<!-- git — не кнопка Сохранить (begin) -->
<section class="slide">
<h2>git — не кнопка «Сохранить»</h2>
<br><br>
<pre>
<code>Поправил файл index.html</code>
<code>Отредактировала main.css</code>
<code>Подзажали JS немношк...</code>
<code>Сохранили</code>
<code>Удалили</code>
</pre>
</section>
<!-- git — не кнопка Сохранить (end) -->
<!-- git — не кнопка Сохранить 2 (begin) -->
<section class="slide">
<h2>git — не кнопка «Сохранить»</h2>
<br><br>
<pre>
<code>Fix</code>
<code>Fix 2</code>
<code>Another fix</code>
<code>Fixed</code>
</pre>
</section>
<!-- git — не кнопка Сохранить 2 (end) -->
<!-- Почему не кнопка Сохранить? (begin) -->
<section class="slide">
<h2 style="margin: -30px 0 20px 0;">Почему не кнопка «Сохранить»?</h2>
<p>1. Потому что есть <code>git diff %commit-hash%</code></p>
<p>2. Потому что есть github:
<img src="pictures/github-shows-diff.png" width="100%">
</p>
</section>
<!-- Почему не кнопка Сохранить? (end) -->
<!-- why image boy and dog (begin) -->
<section class="slide">
<img src="pictures/why-boy-and-dog.png" alt="" class="cover">
</section>
<!-- why image boy and dog (end) -->
<!-- git — не чат (begin) -->
<section class="slide">
<h2>git — не чат</h2>
<br>
<pre>
<code>Привет, как дела</code>
<code>Что-то main.css не собирается</code>
<code>Кто так пишет JS?</code>
<code><mark>Бомбануло</mark></code>
<code>лол, кек, чебурек, %ваша_любимая_эмодзи_тут%</code>
</pre>
</section>
<!-- git — не чат (end) -->
<!-- why so serious image (begin) -->
<section class="slide">
<img src="pictures/why-so-serious.jpg" alt="" class="cover">
</section>
<!-- why so serious image (end) -->
<!-- Ничего не понимаю картинка (begin) -->
<section class="slide">
<img src="pictures/nichego-ne-ponimay.png" alt="" height="100%" class="cover">
</section>
<!-- Ничего не понимаю картинка (end) -->
<!-- Коммит (begin) -->
<section class="slide">
<h2 class="shout">Коммит</h2>
</section>
<!-- Коммит (end) -->
<!-- Во-первых, содержание коммита(begin) -->
<section class="slide">
<h2 class="shout shrink">Во-первых: содержание коммита</h2>
</section>
<!-- Во-первых, содержание коммита (end) -->
<!-- Схема сборки автомобиля, картинка (begin) -->
<section class="slide">
<img src="pictures/Process_potochnogo_okrashivanija_kuzovov.jpg" alt="" class="cover">
</section>
<!-- Схема сборки автомобиля, картинка (end) -->
<!-- Ван Гог и ухо (begin) -->
<section class="slide">
<img src="pictures/vse-na-svoich-mestach.png" alt="" class="cover">
</section>
<!-- Ван Гог и ухо (end) -->
<!-- Чуть-чуть поправлены общие стили(begin) -->
<section class="slide">
<p>NO!</p>
<pre>
<code>...Немножко, но не полностью написано новое
и почти доправлено старое.
Нельзя добавить/удалить этот код без поломки проекта
</code>
</pre>
<p>YES!</p>
<pre>
<code>Добавить верстку формы</code>
<code>Добавить ajax отправку данных формы</code>
<code>Исправить валидацию формы</code>
</pre>
</section>
<!-- Чуть-чуть поправлены общие стили (end) -->
<!-- Во-вторых, имя коммита(begin) -->
<section class="slide">
<h2 class="shout shrink">Во-вторых: <br> имя коммита</h2>
</section>
<!-- Во-вторых, имя коммита (end) -->
<!-- Гитхаб в Академии (begin) -->
<section class="slide">
<a href="https://pitercss.ru/9/pres/github-academy.pdf"><img src="pictures/htmlacademy-github.png"
alt="" class="cover"></a>
</section>
<!-- Гитхаб в Академии (end) -->
<!-- Video: Как называть переменные: Григорий Петров (begin) -->
<section class="slide">
<h2>Выбор имен</h2>
<p>
<a href="https://www.youtube.com/watch?v=z5WkDQVeYU4">
Video: Как называть переменные: Григорий Петров
</a>
</p>
<p>Перераспределение сложности:</p>
<ul>
<li class="next active" style="font-size: 3em;margin-bottom: 0;">Название коммита</li>
<li class="next active" style="font-size: 3em; margin-top: 0;">Описание коммита</li>
</ul>
</section>
<!-- Video: Как называть переменные: Григорий Петров (end) -->
<!-- Составление коммита (begin) -->
<section class="slide">
<img src="pictures/CommitChangesWebstorm.png" alt="" class="cover">
</section>
<!-- Составление коммита (end) -->
<!-- Описание коммита (begin) -->
<section class="slide">
<img src="pictures/commits-description.png" alt="" class="cover">
</section>
<!-- Описание коммита (end) -->
<!-- 70% проблем — решено! (begin) -->
<section class="slide">
<h2 class="shout shrink">70% проблем — решено!</h2>
</section>
<!-- 70% проблем — решено! (end) -->
<!-- Но это не все (begin) -->
<section class="slide">
<img src="pictures/krestnyy-otec_eto-ne-konez.jpg" width="100%" alt="" class="cover">
</section>
<!-- Но это не все (end) -->
<!-- Управление историей (begin) -->
<section class="slide">
<h2 class="shout">Управление историей</h2>
</section>
<!-- Управление историей (end) -->
<!-- Ребейз (begin) -->
<section class="slide">
<h2>Ребейз</h2>
<p style="font-size: 2em; margin: 10px 0 30px 0;"><code>git fetch origin</code></p>
<p>— Забрать последние изменения из репозитория</p>
<p style="font-size: 2em; margin: 10px 0 30px 0;"><code>git rebase origin/master</code></p>
<p>— Обновить свою ветку</p>
</section>
<!-- Ребейз (end) -->
<!-- merge-rebase (begin) -->
<section class="slide">
<img src="pictures/git-rebase.png" alt="" class="cover">
</section>
<!-- merge-rebase (end) -->
<!-- git force push (begin) -->
<section class="slide">
<h2>git force push</h2>
<p style="font-size: 2em; margin: 100px 0 30px 0;"><code>git push my-branch <strong>--force</strong></code></p>
<p> — запушит все с форсом, если не указать имя ветки</p>
</section>
<!-- git force push (end) -->
<!-- emoticon_oh_no_poster.jpg (begin) -->
<section class="slide">
<img src="pictures/emoticon_oh_no_poster.jpg" alt="" class="cover">
</section>
<!-- emoticon_oh_no_poster.jpg (end) -->
<!-- git force push save (begin) -->
<section class="slide">
<h2>git force push, безопасно</h2>
<p style="font-size: 2em;margin: 100px 0 30px 0;"><code>git push origin <strong>+</strong>my-branch </code></p>
<p> — ветку обязательно указывать.</p>
</section>
<!-- git force push save (end) -->
<!-- Git rebase по ветке (begin) -->
<section class="slide">
<h2>rebase по ветке</h2>
<p style="font-size: 2em; margin: 100px 0 30px 0;"><code>git rebase origin/master</code></p>
<p>Обновить историю по master</p>
</section>
<!-- Git rebase ветке (end) -->
<!-- Git rebase -i (begin) -->
<section class="slide">
<h2>Интерактивный rebase</h2>
<p style="font-size: 2em; margin: 100px 0 30px 0;"><code>git rebase 12345678</code></p>
<p>12345678 — хеш коммита, начало ребейза. Поправить историю: удалить, изменить порядок, переименовать коммиты</p>
</section>
<!-- Git rebase -i (end) -->
<!-- git rebase -i, screencast (begin) -->
<section class="slide">
<img src="pictures/rebase-editor.gif" alt="" class="cover">
</section>
<!-- git rebase -i, screencast (end) -->
<!-- Git stash (begin) -->
<section class="slide">
<h2 style="margin: -50px 0 30px 0;">Git stash</h2>
<p style="font-size: 2em; margin: 10px 0 30px 0;"><code>git stash</code></p>
<p>спрятать</p>
<p style="font-size: 2em; margin: 50px 0 30px 0;"><code>git stash pop</code></p>
<p>применить</p>
</section>
<!-- Git stash (end) -->
<!-- github (begin) -->
<section class="slide">
<h2 class="shout">github</h2>
</section>
<!-- github (end) -->
<!-- github link (begin) -->
<section class="slide">
<h2 class="shout"><a href="https://github.com/explore">github/explore</a></h2>
</section>
<!-- github link (end) -->
<!-- А теперь горбатый (begin) -->
<section class="slide">
<img src="pictures/a-teper-gorbatyi.jpg" alt="" class="cover">
</section>
<!-- А теперь горбатый (end) -->
<!-- Демо (begin) -->
<section class="slide">
<img src="pictures/git-online-training.png" alt="" class="cover">
</section>
<!-- Демо (end) -->
<!-- LearnGitBranching (begin) -->
<section class="slide">
<h2>Learn Git Online</h2>
<ul>
<li>Демо: <a href="https://learngitbranching.js.org/?demo">https://learngitbranching.js.org/?demo</a></li>
<li>Тенировка: <a href="https://learngitbranching.js.org/">https://learngitbranching.js.org/</a></li>
<li><a href="https://try.github.io/">Got 15 minutes and want to learn Git?</a></li>
</ul>
</section>
<!-- LearnGitBranching (end) -->
<!-- Материалы (begin) -->
<section class="slide">
<h2>Материалы</h2>
<ul>
<li><a href="https://git-scm.com/book/ru/v2">Git Book, на русском</a></li>
<li><a href="http://devdocs.io/git/">Git документация</a></li>
<li><a href="https://services.github.com">Github документация</a></li>
</ul>
</section>
<!-- Материалы (end) -->
<!-- Вопросы?! (begin) -->
<section class="slide">
<h2 class="shout">Вопросы?!</h2>
</section>
<!-- Вопросы?! (end) -->
<!-- Contacts (begin) -->
<section class="slide">
<h2>Спасибо!</h2>
<img src="https://alexbaumgertner.github.io/photos/alexbaumgertner_2014.jpg" width="300"
style="float: right;"
alt="alexbaumgertner">
<ul style="margin: 200px 0 0 0;">
<li><a target="_blank" href="https://github.com/alexbaumgertner">github.com/alexbaumgertner</a>
</li>
<li><a target="_blank"
href="https://twitter.com/alexbaumgertner">twitter.com/alexbaumgertner</a></li>
<li><a target="_blank" href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</section>
<!-- Contacts (end) -->
<footer class="badge">
<a href="https://github.com/easy-deep-learning/git-effective-workflow">Fork me on GitHub</a>
</footer>
<div class="progress"></div>
<script src="node_modules/shower-core/shower.min.js"></script>
</body>
</html>