Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install git

# On Windows 10 
 https://git-scm.com/download/win

# Installing on Linux
sudo dnf install git-all

# on a Debian-based distribution, such as Ubuntu, try apt:
sudo apt install git-all

# On Mac
https://git-scm.com/download/mac
 
PREVIOUS NEXT
Tagged: #install #git
ADD COMMENT
Topic
Name
6+8 =