Answers for "git commands to install repo on ubuntu"

1

Install "repo"

mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
Posted by: Guest on June-17-2021
1

how to install git in ubuntu ?

sudo add-apt-repository ppa:git-core/ppa && sudo apt update && sudo apt install git
Posted by: Guest on May-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language