29 lines
732 B
Markdown
29 lines
732 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
|
|
- /get-started/quickstart/github-glossary
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghec: '*'
|
|
---
|
|
{% for glossary in glossaries %}
|
|
|
|
## {{ glossary.term }}
|
|
|
|
{{ glossary.description }}
|
|
|
|
{% endfor %}
|
|
|
|
---
|
|
|
|
## Further reading
|
|
|
|
* [The Official Git Glossary](https://www.kernel.org/pub/software/scm/git/docs/gitglossary.html)
|
|
* [Git documentation](https://git-scm.com/docs)
|
|
* [Git command list](https://git-scm.com/docs/git#_git_commands)
|