Apr
28
更新一个版本到更新后,发现有bug.需要进行回滚代码(只限代码出现bug,未出现数据结构或数据更新)
1.在本地的开发副本中,查看需要回溯的分支
git log
commit dc2f72f51522665980e474013dfc577a7a6fb054 (HEAD -> 6.0, origin/HEAD, origin/6.0)
Merge: f96be7b dcd39c8
Author: thinkphp <thinkphp@qq.com>
Date: Tue May 31 12:54:26 2022 +0800
Merge branch '6.0' of github.com:top-think/think into 6.0
commit f96be7b7ede70f5c52aa32d5616eb08a0b252b95
Author: thinkphp <thinkphp@qq.com>
Date: Tue May 31 12:53:51 2022 +0800
去除腾讯统计
1.在本地的开发副本中,查看需要回溯的分支
git log
commit dc2f72f51522665980e474013dfc577a7a6fb054 (HEAD -> 6.0, origin/HEAD, origin/6.0)
Merge: f96be7b dcd39c8
Author: thinkphp <thinkphp@qq.com>
Date: Tue May 31 12:54:26 2022 +0800
Merge branch '6.0' of github.com:top-think/think into 6.0
commit f96be7b7ede70f5c52aa32d5616eb08a0b252b95
Author: thinkphp <thinkphp@qq.com>
Date: Tue May 31 12:53:51 2022 +0800
去除腾讯统计