其他分享
首页 > 其他分享> > git创建分支

git创建分支

作者:互联网

Git如何在码云上建立分支,合并,删除

本文链接:https://blog.csdn.net/qq_33330687/article/details/80990295
查看分支:git branch

创建分支:git branch

切换分支:git checkout

创建+切换分支:git checkout -b

合并某分支到当前分支:git merge

删除分支:git branch -d

删除码云上的分支 git push --delete origin

标签:git,删除,创建,branch,分支,checkout,码云上
来源: https://blog.csdn.net/weixin_43723276/article/details/100541898