feat: add git

This commit is contained in:
dancingCycle 2023-03-09 13:14:13 +01:00
parent 4f1aed6bdb
commit 4150ee4f77
1 changed files with 16 additions and 0 deletions

16
doc/git.md Normal file
View File

@ -0,0 +1,16 @@
# 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
```