Answers for "install git using terminal"

10

how to install git on linux

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

install git on linux

sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
Posted by: Guest on October-26-2021
4

install git

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

Code answers related to "install git using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language