Klon GH

//  Using OWNER/REPO syntax
gh repo clone cli/cli

//  You can also use GitHub URLs to clone repositories.
gh repo clone https://github.com/cli/cli

examples from: https://cli.github.com/manual/gh_repo_clone
Dull Dog