新建/删除git仓库
一、建立仓库
$ git init
$ git add *.c
$ git commit -m '初始化项目版本'
二、拷贝仓库
git clone <repo>(git://github.com/***/***.git)
git clone <repo> <自定义文件夹名称>
三、删除github上的仓库
一、建立仓库
$ git init
$ git add *.c
$ git commit -m '初始化项目版本'
二、拷贝仓库
git clone <repo>(git://github.com/***/***.git)
git clone <repo> <自定义文件夹名称>
三、删除github上的仓库