会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Roman-li
博客园
首页
新随笔
联系
订阅
管理
2017年3月30日
学习git命令
摘要: 1、git init @创建仓库 2、git add filename @添加文件到缓存区 3、git commit -m"注释说明" @提交修改内容 4、git status @查看git文件修改状态 5、git checkout -- filename @1把没有提交到缓存区的修改回退;2把提交
阅读全文
posted @ 2017-03-30 18:16 Roman-li
阅读(227)
评论(0)
推荐(0)
编辑
公告