Ubuntu - Github Repo
sudo apt update sudo apt install git -y Verify the installation:
git clone https://github.com/octocat/Hello-World.git This creates a folder named Hello-World in your current directory. ubuntu github repo
git --version Configure your name and email (these will be attached to your commits): sudo apt update sudo apt install git -y
git clone https://github.com/username/repository-name.git For example: ubuntu github repo