文章分类 - git
摘要:创建gitbranchbranch_name修改gitbranch--set-upstream branch_nameorigin/branch_name切换gitcheckoutbranch_name查看gitremote-vgitpull-uteambranch_namegitpull-uoriginbranch_name1、创建分支创建分支很简单:gitbranch<分支名>2、切换分支gitcheckout<分支名>该语句和上一个语句可以和起来用一个语句表示:gitcheckout-b<分支名>3、分支合并比如,如果要将开发中的分支(develop)
阅读全文
浙公网安备 33010602011771号