1
0
mirror of synced 2026-01-13 18:03:45 -05:00
Files
docs/translations/es-ES/content/github/getting-started-with-github/github-glossary.md
Vanessa Yuen 5336b9a35c translations batch (#17637)
* New Crowdin translations by Github Action

* fix frontmatter errors in translation

* fix release notes

* revert broken translation to main

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-02-02 19:56:26 +00:00

25 lines
725 B
Markdown

---
title: Glosario de GitHub
intro: 'A continuación aparece una lista de algunos términos específicos de Git y {% data variables.product.prodname_dotcom %} que usamos en nuestros sitios y en la documentación.'
redirect_from:
- /articles/github-glossary
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
---
{% for term in site.data.glossaries.external %}
### {% data glossaries.external[forloop.index0].term %}
{% data glossaries.external[forloop.index0].description %}
---
{% endfor %}
---
### Leer más
- [El glosario oficial de Git](https://www.kernel.org/pub/software/scm/git/docs/gitglossary.html)
- [Referencia de Git](http://gitref.org/)
- [SCM de Git](https://git-scm.com/doc)