仓库

  1. # 在当前目录新建一个Git代码库
  2. $ git init
  3. # 新建一个目录,将其初始化为Git代码库
  4. $ git init [project-name]
  5. # 下载一个项目和它的整个代码历史
  6. $ git clone [url]