如何在Git上创建子分支

2025-05-07 20:00:27
推荐回答(1个)
回答1:

新建本地分支:git branch 本地分支名
切换至本地分支:git checkout 本地分支名
查看所有分支:git branch -vv