Answers for ".install git"

22

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
4

install git

$ brew install git
Posted by: Guest on April-25-2020
1

install git linux

$ sudo apt-get update $ sudo apt-get install git
Posted by: Guest on January-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language