会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
潸然
博客园
首页
新随笔
联系
管理
订阅
2018年4月20日
git命令行提交流程
摘要: 一、顺利提交无冲突情况(diff->add->fetch->pull->commit->push) 1.git status 查看状态 2. git diff head 比较当前工作区与版本库的不同 3. git add -A 确认无误后增加到暂存区 4.git fetch origin 更新远程仓
阅读全文
posted @ 2018-04-20 16:10 潸然
阅读(360)
评论(0)
推荐(0)
编辑
公告