Skip to content

Commit 07f76da

Browse files
committed
Add Git section and Glossary entry
1 parent 0722000 commit 07f76da

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/glossary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@ Corepack
289289
Corepack is distributed by default with all recent Node.js versions.
290290
Run `corepack enable` to install the required Yarn and pnpm binaries on your path.
291291
292+
Git
293+
[Git](https://git-scm.com/) is a free and open source distributed version control system.
294+
292295
Hydration
293296
After loading an HTML page generated with {term}`SSR` in the browser, React can populate the existing {term}`DOM` elements, and recreate and attach their coresponding components.
294297

docs/install/create-project.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ To avoid RAM and disk swap limitations, we recommend either temporarily resizing
6262
- {term}`Node.js` LTS 20.x
6363
- {term}`Yeoman`
6464
- {term}`Yarn`
65-
- {term}`git`
6665
- {term}`GNU make`
6766
- {term}`Docker`
67+
- {term}`Git`
6868

6969

7070
(install-prerequisites-python-label)=
@@ -188,12 +188,20 @@ Now the instructions to install Yarn should work.
188188
189189
(install-prerequisites-docker-label)=
190190
191-
#### Install Docker
191+
#### Docker
192192
193193
```{include} ../volto/contributing/install-docker.md
194194
```
195195
196196
197+
(install-prerequisites-git-label)=
198+
199+
#### Git
200+
201+
```{include} ../volto/contributing/install-git.md
202+
```
203+
204+
197205
(install-packages-install-label)=
198206
199207
## Install Plone 6

0 commit comments

Comments
 (0)