标签:使用 文件 sp log on c ad 服务器 安装
安装好git客户端和搭好服务器之后,第一步要做的是
git clone 远程主机
添加本地项目时,在git目录下 git add . //表示把当前文件添加到版本库中
git rm -rf 版本库名 //可以删除本地仓库
查看git记录用
git log
git log 退出直接按q键
git使用
原文地址:http://www.cnblogs.com/xshang/p/3964398.html