Answers for "installing git in ec2"

1

installing git on ec2

sudo yum install git -y
Posted by: Guest on October-27-2020
1

installing git in ec2

sudo yum update -y
sudo yum install git -y
Posted by: Guest on December-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language