git创建与合并分支

自己给自己水一篇,直接上两个链接:

Git鼓励大量使用分支:

查看分支:git branch

创建分支:git branch

切换分支:git checkout 或者git switch

创建+切换分支:git checkout -b 或者git switch -c

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

删除分支:git branch -d

引用:

  1. https://www.liaoxuefeng.com/wiki/896043488029600/900003767775424

  2. https://git-scm.com/book/zh/v2/Git-%E5%88%86%E6%94%AF-%E5%88%86%E6%94%AF%E7%9A%84%E6%96%B0%E5%BB%BA%E4%B8%8E%E5%90%88%E5%B9%B6

posted @ 2022-07-28 17:29  小Aer  阅读(10)  评论(0编辑  收藏  举报  来源