Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 171 Bytes

File metadata and controls

8 lines (6 loc) · 171 Bytes

#git clone

复制下载一个远程版本库到本地

##复制下载远程版本库 git remote <git_path>

  • ###参数
    • git_path(远程版本库地址)