git分支开发常用命令

Posted svygh123

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git分支开发常用命令相关的知识,希望对你有一定的参考价值。

1.创建分支

git brand new_brand_name

2.切换分支

git checkout brand_name

3.创建并切换

git brand -b new_brand_name

4.合并分支

git merge brand_name(将brand_name合并入当前分支)

5.删除分支

git brand -d brand_name

 

以上是关于git分支开发常用命令的主要内容,如果未能解决你的问题,请参考以下文章

Gitgit常用命令集合

Gitgit常用命令集合

Gitgit常用命令集合

GIT 之 分支操作常用命令

git开发流程以及常用命令

git常用操作命令