技术小黑屋

持续整理:git分支操作

这篇文章主要的目的是记录一下git中关于分支相关的操作记录. 本文会持续更新,所有的操作都经过本人实践,可以正常运行,并且可以解决问题.

我就不罗嗦介绍什么事Git和Git有多么牛了.


迁出远程分支

1
2
3
4
git checkout  -b new_local_branch_name repository_name/remote_branch_name
##Example
git checkout  -b custom origin/custom
##建议是本地的分支名字和其对应的远程分支名称一样.

查看本地所有分支

1
git branch


查看远程所有分支

1
git branch -r

删除本地分支

1
git branch -d your_branch_name

强制删除本地分支

1
git branch -D your_branch_name

删除远程分支

1
git push origin --delete your_branch_name

或者更简单的写法

1
git push origin :your_branch_name

其他





快来解锁最新版 Typora,新用户券后仅需 84 元!
如何便宜的购买 office 365 ?
新版赤友 NTFS 助手来袭,正版超低价