会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
smil、梵音
博客园
首页
新随笔
联系
订阅
管理
2019年5月12日
git fetch 和git pull 的差别
摘要: 1、git fetch 相当于是从远程获取最新到本地,不会自动merge,如下指令: git fetch orgin master //将远程仓库的master分支下载到本地当前branch中 git log -p master ..origin/master //比较本地的master分支和ori
阅读全文
posted @ 2019-05-12 23:17 smil、梵音
阅读(171)
评论(0)
推荐(0)
编辑
公告