Git怎么切换分支

主要通过以下Git切换分支的命令语句:

git checkout + 分支名称

查看本地分支:

git branch

查看远程分支:

git branch -vv
posted @ 2023-12-12 10:42  先锋之客  阅读(34)  评论(0编辑  收藏  举报