Repo !exclusive! - Ubuntu Github

git config --list To download a repository to your Ubuntu machine:

git config --global user.name "Your Name" git config --global user.email "your-email@example.com" Check your settings:

git --version Configure your name and email (these will be attached to your commits): 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. git config --list To download a repository to

ssh-keygen -t ed25519 -C "your-email@example.com" cat ~/.ssh/id_ed25519.pub Copy the output and add it in .

Then clone using the SSH URL:

To clone into a specific folder: