clone

 

2023-11-13

Terminal window
1
git clone <repository_url>
  • 重命名为指定名称:git clone <url> <name>
  • 保存到当前目录:git clone <url> .