aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/git
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/git
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/glossary/git')
-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>