git基于历史commit ID检出代码并创建新的分支
命令:git checkout -b new_branch_name history_commit_id
例如:git checkout -b release_rollback20211229 c7215d...f8ef74
命令:git checkout -b new_branch_name history_commit_id
例如:git checkout -b release_rollback20211229 c7215d...f8ef74