Git

使用Git

参考文献:https://www.liaoxuefeng.com/wiki/896043488029600/899998870925664

1. Git下载安装

https://github.com/waylau/git-for-win

2. 新建版本库

1.创建空目录
2.git init

3. 提交文件到版本库

1.git add file
2.git commit -m"说明信息"
常用命令
git log ; git status

posted @ 2019-06-01 20:50  喵喵小学僧  阅读(104)  评论(0编辑  收藏  举报