创建仓库

创建新文件夹,打开,然后执行:

1
$ git init

以创建新的 git 仓库。

检出仓库

执行如下命令以创建一个本地仓库的克隆版本:

1
$ git clone https://github.com/xxx/xxx.git
阅读全文 »