会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
不积跬步,无以至千里
不积小流,无以成江海
博客园
首页
新随笔
联系
管理
订阅
2021年12月8日
git将代码回退到某个commit
摘要: git reset --hard commit-version commit-version可以通过git log --stat来查看所有历史commit的版本
阅读全文
posted @ 2021-12-08 11:48 江湖凶险
阅读(2110)
评论(0)
推荐(0)
编辑
git将本地强制推送到远程
摘要: git push origin xxx --force 举例:git push origin develop --force,将develop分支的本地强制推送到远程
阅读全文
posted @ 2021-12-08 11:46 江湖凶险
阅读(10123)
评论(0)
推荐(1)
编辑
公告