随笔分类 -  Github

摘要:合错分支 vscod查看历史版本 git reflog 小乌龟 1 本地回退 上一版本,可以退回到原版本 :缺点 如果 上传次数过多,回退不方便 git reset --hard HEAD^ 2 本地回退到指定版本 复制分支提交id vscode 终端 执行 git reset a8f938f1f7 阅读全文
posted @ 2024-08-08 09:06 ThisCall 阅读(1406) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/rosej/p/6056467.html(copy) 阅读全文
posted @ 2018-11-10 11:00 ThisCall 阅读(133) 评论(0) 推荐(0)