setup/doc/git.md

17 lines
222 B
Markdown
Raw Permalink Normal View History

2023-03-09 13:14:13 +01:00
# Git Setup
* update Debian's package index
```
sudo apt update
```
* install Git package from Debian's APT repository
```
sudo apt install git --no-install-recommends
```
* check the Git version
```
git --version
```