* Move category to top-level doc set * Move doc set to the top and update short title * Undo package-lock changes * updated hardcoded refs in tests * Update test * Fix hardcoded link in test Co-authored-by: Sarah Schneider <sarahs@github.com>
26 lines
763 B
Markdown
26 lines
763 B
Markdown
---
|
|
title: GitHub glossary
|
|
intro: 'This glossary introduces common Git and {% data variables.product.prodname_dotcom %} terminology.'
|
|
redirect_from:
|
|
- /articles/github-glossary
|
|
- /github/getting-started-with-github/github-glossary
|
|
- /github/getting-started-with-github/quickstart/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 %}
|
|
|
|
---
|
|
|
|
## 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)
|