-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
528 lines (346 loc) · 14.5 KB
/
index.html
File metadata and controls
528 lines (346 loc) · 14.5 KB
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
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Git Flow For Developments</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="theme/css/reveal.css">
<link rel="stylesheet" href="theme/css/theme/solarized.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="theme/lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write('<link rel="stylesheet" href="theme/css/print/' + ( window.location.search.match(/print-pdf/gi) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">');
</script>
<!--[if lt IE 9]>
<script src="theme/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<!-- slide source: slides/title.md -->
<section>
<h1>Git Flow For Developments</h1>
</section>
<!-- slide source: slides/title.md -->
<section>
<h2>Agenda</h2>
<ul>
<li>Que es un Flujo de Trabajo.</li>
<li>Git Flow.</li>
<li>Ejemplo de Uso.</li>
<li>CHANGELOG.</li>
<li>Referencias.</li>
</ul>
</section>
<!-- slide source: slides/about.md -->
<section>
<h2>Luis Mayta</h2>
<ul>
<li>Software Developer</li>
<li>Go enthusiast</li>
<li>Python enthusiast</li>
</ul>
<h2>Contactos:</h2>
<ul>
<li><a href="https://twitter.com/slovacus">@slovacus</a></li>
<li><a href="https://github.com/luismayta">github.com/luismayta</a></li>
</ul>
</section>
<!-- slide source: slides/flow_work.md -->
<section>
<h2>Flujo de Trabajo</h2>
<ul>
<li>El flujo de trabajo (workflow en inglés) es el estudio de los aspectos operacionales de una actividad de trabajo: cómo se estructuran las tareas, cómo se realizan, cuál es su orden correlativo, cómo se sincronizan, cómo fluye la información que soporta las tareas y cómo se le hace seguimiento al cumplimiento de las tareas.
<em>Wikipedia</em></li>
</ul>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Git Flow</h2>
<ul>
<li>es un flujo de trabajo para la práctica de Desarrollo propuesto por Vicente Driessen</li>
</ul>
<h3><a href="https://github.com/nvie/gitflow">nvie/gitflow</a></h3>
<h3><a href="https://jacovanstaden.files.wordpress.com/2011/03/git-flow-overview.jpg">Image Git Flow</a></h3>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Vincent Driessen</h2>
<p>Ingeniero de Software Interesado en el desarrollo de Web y Herramientas de Programacion y Tecnologias (Python, Vim y Git)</p>
<ul>
<li><a href="http://nvie.com/about">Web</a></li>
<li><a href="https://twitter.com/nvie">@nvie</a></li>
<li><a href="https://github.com/nvie">github.com/nvie</a></li>
</ul>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Install</h2>
<h2><em>Linux</em></h2>
<h3>Debian</h3>
<ul>
<li>apt-get install git-flow</li>
</ul>
<h3>Centos</h3>
<ul>
<li>yum install git-flow</li>
</ul>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Install OS X And Windows</h2>
<h3><em>OS X</em></h3>
<ul>
<li>brew install git-flow</li>
</ul>
<h3>Windows</h3>
<ul>
<li><a href="https://github.com/nvie/gitflow/wiki/Windows">Install</a></li>
</ul>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Init</h2>
<div class="highlight"><pre><span></span><span class="lineno">1 </span>git flow init
</pre></div>
<h2>Especificar las ramas a trabajar</h2>
<ul>
<li>Branch name for production releases</li>
<li>Branch name for "next release" development</li>
</ul>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Feature</h2>
<ul>
<li>Ramas creadas para hacer nuevos desarrollos.</li>
</ul>
<h3>Ejemplos:</h3>
<ul>
<li>Casos de Uso.</li>
<li>Tareas.</li>
<li>Historias de Usuario.</li>
<li>Card.</li>
</ul>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Commands Feature</h2>
<div class="highlight"><pre><span></span><span class="lineno">1 </span>git flow feature list
<span class="lineno">2 </span>git flow feature start
<span class="lineno">3 </span>git flow feature finish
<span class="lineno">4 </span>git flow feature pull
<span class="lineno">5 </span>git flow feature publish
</pre></div>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Release</h2>
<ul>
<li>Un Entregable, Finalizado de un sprint.</li>
</ul>
<h3>Ejemplos:</h3>
<ul>
<li>Final de un Sprint.</li>
<li>Presentacion de un Avance de Funcionalidad.</li>
</ul>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Commands release</h2>
<div class="highlight"><pre><span></span><span class="lineno">1 </span>git flow release list
<span class="lineno">2 </span>git flow release start
<span class="lineno">3 </span>git flow release publish
<span class="lineno">4 </span>git flow release pull
<span class="lineno">5 </span>git flow release finish
</pre></div>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Hotfix</h2>
<ul>
<li>son caracteristicas no deseadas que se tienen que Corregir inmediatamente.</li>
</ul>
<h3>Ejemplos:</h3>
<ul>
<li>Bugs en Production.</li>
</ul>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Commands hotfix</h2>
<div class="highlight"><pre><span></span><span class="lineno">1 </span>git flow hotfix start
<span class="lineno">2 </span>git flow hotfix finish
</pre></div>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Support</h2>
<ul>
<li>note: The support subcommand is still very EXPERIMENTAL!</li>
<li>note: DO NOT use it in a production situation.</li>
</ul>
</section>
<!-- slide source: slides/gitflow.md -->
<section>
<h2>Commands support</h2>
<div class="highlight"><pre><span></span><span class="lineno">1 </span>git flow support start
<span class="lineno">2 </span>git flow support finish
</pre></div>
</section>
<!-- slide source: slides/hooks_git.md -->
<section>
<h1>Hooks de Git</h1>
<ul>
<li>pre-commit</li>
<li>post-commit</li>
<li>prepare-commit-msg</li>
<li>post-receive</li>
</ul>
</section>
<!-- slide source: slides/hooks_git.md -->
<section>
<h1><a href="http://pre-commit.com/">pre-commit</a></h1>
<ul>
<li>se ejecuta antes de realizar un commit</li>
</ul>
<h3>Uso:</h3>
<ul>
<li>Verificador de Codigo.</li>
<li>Ejecucion de Test Unit</li>
</ul>
</section>
<!-- slide source: slides/hooks_git.md -->
<section>
<h1>post-commit</h1>
<ul>
<li>se ejecuta despues de realizar un commit</li>
</ul>
<h3>Uso:</h3>
<ul>
<li>Versionado de archivos static empleando last_commit.</li>
<li>Notificaciones a usuarios email, etc.</li>
</ul>
</section>
<!-- slide source: slides/hooks_git.md -->
<section>
<h1>prepare-commit-msg</h1>
<ul>
<li>se ejecuta antes de realizar el commit.</li>
</ul>
<h3>Uso:</h3>
<ul>
<li>agregar el nombre del branch hacia el titulo del commit</li>
</ul>
</section>
<!-- slide source: slides/hooks_git.md -->
<section>
<h1>post-receive</h1>
<ul>
<li>se ejecuta al realizar un push en el repositorio Bare.</li>
</ul>
<h3>Uso:</h3>
<ul>
<li>despliegues automaticos.</li>
</ul>
</section>
<!-- slide source: slides/file_changelog.md -->
<section>
<h2>Changelog</h2>
<ul>
<li>Que es?</li>
<li>Ejemplos</li>
<li>Standard que usamos.</li>
</ul>
</section>
<!-- slide source: slides/file_changelog.md -->
<section>
<h2>Que es?</h2>
<ul>
<li>Un registro de cambios (también se usa la forma inglesa, changelog) es un archivo que lista los cambios hechos a un proyecto informático (como por ejemplo un sitio web o un proyecto de software) desde su última versión, incluyendo habitualmente corrección de errores malintencionados, nuevas características, etc. La mayoría de proyectos de código abierto incluyen un registro de cambios como uno de los ficheros más importantes de sus distribuciones.
<em>wikipedia</em></li>
</ul>
</section>
<!-- slide source: slides/file_changelog.md -->
<section>
<h2>Links</h2>
<ul>
<li><a href="https://github.com/ruby/ruby/blob/trunk/ChangeLog">ruby</a></li>
<li><a href="https://github.com/nvie/gitflow/blob/develop/Changes.mdown">gitflow</a></li>
</ul>
</section>
<!-- slide source: slides/file_changelog.md -->
<section>
<h2>El Que Usamos</h2>
<div class="highlight"><pre><span></span><span class="lineno">1 </span><span class="c1">### v1.1.9 Titulo de Sprint (DATE)</span>
<span class="lineno">2 </span>
<span class="lineno">3 </span><span class="o">-</span> <span class="n">Issue</span> <span class="n">Link</span> <span class="n">Titulo</span>
<span class="lineno">4 </span><span class="o">-</span> <span class="n">Issue</span> <span class="n">Link</span> <span class="n">Titulo</span>
<span class="lineno">5 </span>
<span class="lineno">6 </span><span class="c1">### v1.1.8 titulo de sprint (DATE)</span>
<span class="lineno">7 </span>
<span class="lineno">8 </span><span class="o">-</span> <span class="n">Issue</span> <span class="n">Link</span> <span class="n">Titulo</span>
<span class="lineno">9 </span><span class="o">-</span> <span class="n">Issue</span> <span class="n">Link</span> <span class="n">Titulo</span>
</pre></div>
</section>
<!-- slide source: slides/references.md -->
<section>
<h1>References</h1>
<ul>
<li><a href="https://www.wikipedia.org">wikipedia</a></li>
<li><a href="https://github.com">GitHub</a></li>
</ul>
</section>
</div>
</div>
<!-- JavaScript -->
<script src="theme/lib/js/head.min.js"></script>
<script src="theme/js/reveal.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
rollingLinks: false,
theme: Reveal.getQueryHash().theme || 'default', // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/fade/none
width: "80%",
minScale: 0.2,
maxScale: 1.0,
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'theme/lib/js/classList.js', condition: function (){
return !document.body.classList;
} },
{ src: 'theme/plugin/markdown/marked.js', condition: function (){
return !!document.querySelector('[data-markdown]');
} },
{ src: 'theme/plugin/markdown/markdown.js', condition: function (){
return !!document.querySelector('[data-markdown]');
} },
{ src: 'theme/plugin/highlight/highlight.js', async: true, callback: function (){
hljs.initHighlightingOnLoad();
} },
{ src: 'theme/plugin/zoom-js/zoom.js', async: true, condition: function (){
return !!document.body.classList;
} }
// { src: 'theme/plugin/notes/notes.js', async: true, condition: function (){
// return !!document.body.classList;
// } },
// { src: 'theme/plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'theme/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>