forked from elmerfreddy/git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
420 lines (355 loc) · 12.7 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GIT - Sistema de Control de Versiones</title>
<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, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/league.css" id="theme">
<link rel="stylesheet" href="css/index.css">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="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">
<section>
<h1>GIT</h1>
<h4>Sistemas de Control de Versiones - VCS</h4>
</section>
<section>
<h2>Contenido</h2>
<ul>
<li>Sistemas de Control de Versiones</li>
<li>¿Qué es GIT?</li>
<li>Instalación y configuración</li>
<li>Conceptos fundamentales</li>
<li>Más herramientas</li>
</ul>
</section>
<section>
<h2>Sistema de Control de Versiones - Locales</h2>
<ul>
<li>PRO: Simple</li>
<li>CONTRA: Fácil equivocarse, falta la dimensión colaborativa</li>
</ul>
<img src="img/local.png" alt="Sistema de Control de Versiones Locales" />
</section>
<section>
<h2>Sistema de Control de Versiones - Centralizados</h2>
<ul>
<li>PRO: Introduce colaboración</li>
<li>CONTRA: Depende de un único servidor con posible pérdida de datos</li>
</ul>
<img src="img/centralizado.png" alt="Sistema de Control de Versiones Centralizado" />
</section>
<section>
<h2>Sistema de Control de Versiones - Distribuidos</h2>
<ul>
<li>Réplica total del repositorio</li>
</ul>
<img src="img/distribuido.png" alt="Sistema de Control de Versiones Distribuido" />
</section>
<section>
<h2>¿Qué es GIT?</h2>
<ul>
<li>Sistema de Control de Versiones Distribuida (DVCS)</li>
<li>Open Source</li>
<li>Garantiza integridad de los datos</li>
<li>Alto rendimiento</li>
</ul>
</section>
<section style="text-align: left;">
<h2>Open Source</h2>
<p>código fuente disponible:</p>
<p>
<a href="https://github.com/git/git">https://github.com/git/git</a>
</p>
</section>
<section>
<h2>Integridad</h2>
Conjunto de instantáneas de un mini sistema de archivos<br />
<img src="img/instantaneas.png">
</section>
<section>
<h2>Integridad</h2>
<ul>
<li>se calcula un hash de cada instantánea</li>
<li>SHA-1 checksum, 40 caracteres</li>
<li>se verifica antes de escribir cualquier dato</li>
</ul>
</section>
<section>
<h2>Ejemplo de sha1</h2>
<p>Calculamos el sha-1 de la palabra "versionamiento"</p>
<p>La misma palabra (o archivo) genera siempre el mismo hash</p>
<pre><code class="bash">
$ echo -n versionamiento | sha1sum
103e878be00120776aa8682e848253d7c3678d12 -
</code></pre>
</section>
<section>
<h2>Alto Rendimiento</h2>
<img src="img/rendimiento.png">
</section>
<section>
<h2>Instalación</h2>
<h5>Linux:</h5>
<pre><code data-trim data-noescape>
apt-get install git # Debian / Ubuntu
yum install git-all # Fedora
</code></pre>
<h5>Windows:</h5>
<p><a href="http://git-scm.com/download/win">git-scm.com/download/win</a></p>
<h5>Mac:</h5>
<p><a href="http://git-scm.com/download/mac">git-scm.com/download/mac</a></p>
</section>
<section>
<h2>Configuración</h2>
<p>Establecer nombre y correo electrónico</p>
<pre><code data-trim data-noescape>
git config --global user.name "Elmer Mendoza"
git config --global user.email "[email protected]"
</code></pre>
<p>Ver la configuración establecida (~/.gitconfig)</p>
<pre><code data-trim data-noescape>
git config --list
user.name=Elmer Mendoza
</code></pre>
</section>
<section>
<h2>Conceptos fundamentales</h2>
<img src="img/basic-remote-workflow.png" width="600">
</section>
<section>
<h2>Los tres estados y áreas</h2>
<img src="img/staging.jpg" width="600">
</section>
<section>
<h2>Iniciando con el proyecto</h2>
<h5 class="command">git init, git clone</h5>
<p>Desde un directorio local</p>
<pre><code data-trim data-noescape>
git init
</code></pre>
<p>Desde un repositorio existente</p>
<pre><code data-trim data-noescape>
git clone https://IP_O_DOMINIO_SERVIDOR_REMOTO/nombre-proyecto.git
</code></pre>
</section>
<section>
<h2>Verificando el estado del proyecto</h2>
<h5 class="command">git status</h5>
<pre><code data-trim data-noescape>
git status
On branch master
Changes to be committed:
new file: INSTALL.md
Changes not staged for commit:
modified: index.html
</code></pre>
</section>
<section>
<h2>Flujo de cambios</h2>
<img src="img/flujo.png" style="background-color: white;" />
</section>
<section>
<h2>Añadiendo cambios</h2>
<h5 class="command">git add</h5>
<pre><code data-trim data-noescape>
git add [nombre-archivo]
</code></pre>
<pre><code data-trim data-noescape>
git add index.html INSTALL.md
</code></pre>
<pre><code data-trim data-noescape>
git add .
</code></pre>
</section>
<section>
<h2>Confirmando cambios</h2>
<h5 class="command">git commit</h5>
<pre><code data-trim data-noescape>
git commit -m "Mensaje que describe el cambio"
</code></pre>
<p>Adicionar y confirmar todos los cambios</p>
<pre><code data-trim data-noescape>
git commit -a
</code></pre>
</section>
<section>
<h2>Historial de los commits</h2>
<h5><span class="command">git log, git show</span> [hash-de-commit]</h5>
<pre><code data-trim data-noescape>
commit 8fa49b94256bce45e6017eb807b67f5fee2fa77b
Author: Mary Rosales <[email protected]>
Date: Mon Jan 8 11:59:07 2018 -0400
Agregando conceptos de integridad
commit eda9eb790a1d366b46b28b120fb3e8ac98421c88
Author: Elmer Mendoza <[email protected]>
Date: Mon Jan 8 11:40:11 2018 -0400
Adición de conceptos fundamentales sobre VCS
</code></pre>
</section>
<section>
<h2>Listar repositorios remotos</h2>
<pre><code data-trim data-noescape>
git remote --verbose
</code></pre>
<pre><code data-trim data-noescape>
gitlab https://gitlab.com/elmerfreddy/git.git (fetch)
gitlab https://gitlab.com/elmerfreddy/git.git (push)
origin https://github.com/elmerfreddy/git.git (fetch)
origin https://github.com/elmerfreddy/git.git (push)
</code></pre>
</section>
<section>
<h2>Repositorios remotos</h2>
<p>Añadir repositorio remoto</p>
<pre><code data-trim data-noescape>
git remote add [nombre-repositorio] [url-repositorio]
</code></pre>
<p>Eliminar repositorio remoto</p>
<pre><code data-trim data-noescape>
git remote rm [nombre-repositorio]
</code></pre>
</section>
<section>
<h2>Recibiendo del repositorio remoto</h2>
<h5 class="command">git pull</h5>
<pre><code data-trim data-noescape>
git pull [nombre-repositorio] [nombre-rama]
</code></pre>
<pre><code data-trim data-noescape>
git pull origin master
From https://github.com/elmerfreddy/git
* branch master -> FETCH_HEAD
Updating fa3bfeb..d59d2b1
Fast-forward
img/basic-remote-workflow.png | Bin 0 -> 76802 bytes
img/flujo.png | Bin 0 -> 7745 bytes
img/rendimiento.png | Bin 0 -> 19442 bytes
img/staging.jpg | Bin 0 -> 66869 bytes
index.html | 96 ++++++++++++++++++++++++++++++++
5 files changed, 96 insertions(+)
create mode 100644 img/basic-remote-workflow.png
create mode 100644 img/flujo.png
create mode 100644 img/rendimiento.png
create mode 100644 img/staging.jpg
</code></pre>
</section>
<section>
<h2>Enviando al repositorio remoto</h2>
<h5 class="command">git push</h5>
<pre><code data-trim data-noescape>
git push [nombre-repositorio] [nombre-rama]
</code></pre>
<pre><code data-trim data-noescape>
git push origin master
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 8.04 KiB | 0 bytes/s, done.
Total 5 (delta 3), reused 0 (delta 0)
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
To https://github.com/elmerfreddy/git.git
ee9f91f..d59d2b1 master -> master
</code></pre>
</section>
<section>
<h2>RAMAS</h2>
<img src="img/branchs.png" alt="" />
</section>
<section>
<h2>HEAD</h2>
<span>Apuntador a la rama local en la que nos encontramos en ese momento.</span>
<img src="img/branch-and-history.png" alt="" />
</section>
<section>
<h2>Crear una nueva rama</h2>
<h5 class="command">git branch</h5>
<pre><code class="bash">
$ git branch NOMBRE_DE_LA_RAMA #crea la rama
$ git checkout -b NOMBRE_DE_LA_RAMA # crea la rama y entra a la misma
</code></pre>
<img src="img/new-branch.png" alt="" width="600"/>
</section>
<section>
<h2>Cambiar de rama</h2>
<h5 class="command">git checkout</h5>
<pre><code class="bash">
$ git checkout NOMBRE_DE_LA_RAMA
</code></pre>
<img src="img/change-branch.png" alt="" width="600"/>
</section>
<section>
<h2>Unir dos ramas</h2>
<h5 class="command">git merge</h5>
<pre><code class="bash">
$ git merge NOMBRE_DE_LA_SEGUNDA_RAMA
</code></pre>
<img src="img/basic-merging-1.png" alt="" width="550"/>
<img src="img/basic-merging-2.png" alt="" width="550"/>
</section>
<section>
<h2>Más herramientas</h2>
<ul>
<li>stash</li>
<li>blame</li>
<li>cherry-pick</li>
<li>reset</li>
<li>reflog</li>
</ul>
</section>
<section>
<h2>Gracias</h2>
<span>Lecturas recomendadas</span>
<ul>
<li>git --help</li>
<li>pagina web de GIT: <a href="https://git-scm.com/">git-scm.com</a></li>
<li>blog de Junio C Hamano: <a href="http://git-blame.blogspot.com">git-blame.blogspot.com</a></li>
<li>GIT avanzado: <a href="http://bit.ly/git-pycon-2015">bit.ly/git-pycon-2015</a></li>
</ul>
</section>
</div>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>