aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/git/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/git/index.html')
-rw-r--r--files/es/glossary/git/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/es/glossary/git/index.html b/files/es/glossary/git/index.html
new file mode 100644
index 0000000000..5d6438da6d
--- /dev/null
+++ b/files/es/glossary/git/index.html
@@ -0,0 +1,18 @@
+---
+title: Git
+slug: Glossary/Git
+tags:
+ - Colaboración
+ - Glosario
+translation_of: Glossary/Git
+---
+<p><strong>Git </strong>es un software de control de versiones ({{Glossary("SCM", "SCV", 1)}}) distribuido, libre y de código abierto. Facilita el manejo de código fuente con equipos de desarrollo distribuidos. La principal diferencia con SCV previos es la habilidad para hacer operaciones comunes (branching, committing, etc.) en el equipo de desarrollo local, sin tener que modificar el repositorio master o tener de acceso de escritura a él. </p>
+
+<h2 id="Saber_más">Saber más</h2>
+
+<h3 id="Conocimiento_general">Conocimiento general</h3>
+
+<ul>
+ <li><a href="https://git-scm.com">Web oficial con documentación</a></li>
+ <li><a href="https://github.com/">GitHub</a>, un host gráfico de proyectos basado en Git</li>
+</ul>