7.添加分支

查看本地分支 git branch 查看全部分支(本地和远程) git branch -a 添加新分支 git checkout -b 分支名 提交新内容到新分支 git push --set-upstream origin 分支名
相关文章
相关标签/搜索