1
0
mirror of synced 2026-01-02 21:04:32 -05:00
Files
docs/translations/ru-RU/content/github/getting-started-with-github/github-glossary.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

24 lines
626 B
Markdown

---
title: GitHub glossary
intro: 'Below are a list of some Git and {{ site.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: '*'
---
{% 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)