会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小玫瑰
博客园
首页
新随笔
联系
订阅
管理
2020年8月29日
git使用
摘要: 一.遇到代码冲突,出现merging时 1.git pull 出现冲突后可以暂存本地修改git stash git pull 更新代码 git stash list 可查看暂存记录列表 释放本地暂存 git stash apply stash@{0} 出现冲突文件,找到并解决,然后可以提交git a
阅读全文
posted @ 2020-08-29 09:53 小玫瑰
阅读(98)
评论(0)
推荐(0)
公告