1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/content/github/getting-started-with-github/github-glossary.md
2020-11-02 15:12:44 -06:00

25 lines
604 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 %}
---
### Further reading
- [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)