7.添加分支

查看本地分支 git branch 查看全部分支(本地和遠程) git branch -a 添加新分支 git checkout -b 分支名 提交新內容到新分支 git push --set-upstream origin 分支名
相關文章
相關標籤/搜索