分支的管理 branch

来源:互联网 发布:云盘系统源码 编辑:程序博客网 时间:2024/06/06 12:34
git branch
查看分支
git branch xxx
创建分支
git chechout xxx
切换分支
git chechout -b xxx
创建+切换分支
git merge xxx
合并xxx分支到当前分支
git branch -d xxx
删除xxx分支
0 0
原创粉丝点击