会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
glorizz
博客园
新随笔
管理
2019年12月19日
git cherry-pick
摘要:
阅读全文
posted @ 2019-12-19 15:02 GLORY-HOPE
阅读(177)
评论(0)
推荐(0)
编辑
git pull & git fetch
摘要: Git中从远程的分支获取最新的版本到本地有这样2个命令:1. git fetch:相当于是从远程获取最新版本到本地,不会自动merge git fetch origin mastergit log -p master..origin/mastergit merge origin/master 以上命
阅读全文
posted @ 2019-12-19 14:39 GLORY-HOPE
阅读(2379)
评论(0)
推荐(0)
编辑
公告