git基于历史commit ID检出代码并创建新的分支

命令:git checkout -b new_branch_name history_commit_id

例如:git checkout -b release_rollback20211229 c7215d...f8ef74

posted @ 2021-12-29 14:08  吴小明-  阅读(153)  评论(0编辑  收藏  举报