GitLab-使用Git reset & Git tag 版本回退

简易两种方法可以使用

一。查询log

git log
git reset --hard {commit纪录代码}

二。查询tag

git tag
git show {tag出来的版本号}
git reset --hard {commit纪录代码}

这两种都是看当下情境使用,没有好坏之分。


关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章