Git提交本地代码至分支(详细每一步)查看分支A: 查看本地分支使用 git branch命令,如下: git branch 标识的是你当前所在的分支 B: 查看远程分支 命令如下: git branch -r C: 查看所有分支 命令如下: git branch2022-09-28 运维git