Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 177 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 177 Bytes

debian-git

GIT INSTALL

check if exist

which git

Prepare linux

sudo apt update

Install git

sudo apt install -y git

check version

git --version