
### 1.新建一個倉庫

### 2.在本地[E:gitTest]()的命令行中輸入
~~~
//git clone后面跟遠程倉庫的地址
git clone https://github.com/chengbenchao/gitSkill
~~~