* New Crowdin translations by Github Action * Revert broken translated files to English * Revert broken translations * Revert broken translations * Revert more broket translations * Revert broken translation * Increase Node memory limit for running Jest * Allow Node to use more memory for Jest * Increase Node memory limit for running Jest Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Chiedo <chiedo@users.noreply.github.com> Co-authored-by: James M. Greene <JamesMGreene@github.com>
25 lines
638 B
Markdown
25 lines
638 B
Markdown
---
|
|
title: GitHub glossary
|
|
intro: 'Below are a list of some Git and {% data variables.product.prodname_dotcom %} specific terms we use across our sites and documentation.'
|
|
redirect_from:
|
|
- /articles/github-glossary
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
github-ae: '*'
|
|
---
|
|
|
|
{% for term in site.data.glossaries.external %}
|
|
### {{term.term}}
|
|
{{term.description}}
|
|
---
|
|
{% endfor %}
|
|
|
|
---
|
|
|
|
### Дополнительная литература
|
|
|
|
- [The Official Git Glossary](https://www.kernel.org/pub/software/scm/git/docs/gitglossary.html)
|
|
- [Git Reference](http://gitref.org/)
|
|
- [Git SCM](https://git-scm.com/doc)
|