git branch
显示本地的所有分支
git checkout [name]
切换到某个分支
git branch -r
查看远程分支
git branch -a
列出本地和远程分支
git之branch相关
阅读 83
2023-06-26
git branch
显示本地的所有分支
git checkout [name]
切换到某个分支
git branch -r
查看远程分支
git branch -a
列出本地和远程分支
相关推荐
精彩评论(0)