git 建立本地分支、提交到远程分支

一、查看本地分支:html $ git branch master * mutilrecall  查看远程分支: $ git branch -a master * mutilrecall remotes/origin/master remotes/origin/mutilrecall注:其中,remotes开头的表明是远程分支。 二、建立本地分支,并切换到分支:git $ git
相关文章
相关标签/搜索