git新建分支

发布时间 2024-01-10 15:17:47作者: 水云间1980

1、新建并切换到该分支

git checkout -b 新分支名称

2、删除分支

git branch -d 分支名称

3、合并分支

git merge 被合并分支名称