Ubuntu Github Repo _best_ -
git clone https://github.com/octocat/Hello-World.git This creates a folder named Hello-World in your current directory.
ssh-keygen -t ed25519 -C "your-email@example.com" cat ~/.ssh/id_ed25519.pub Copy the output and add it in . ubuntu github repo
git config --global user.name "Your Name" git config --global user.email "your-email@example.com" Check your settings: git clone https://github