Answers for "script for installing git"

10

how to install git on linux

#For linux
sudo apt-get install git
Posted by: Guest on February-01-2021
23

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
Posted by: Guest on February-25-2021

Code answers related to "script for installing git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language