📜  gh clone - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:07.149000             🧑  作者: Mango

代码示例1
//  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