OtherGitOn this pageGit Git 分支管理 git checkout -b branch_name # 切换并新建git branch # 查看分支git checkout maingit branch -m old_name new_name # 重命名