-
本地分支重命名
git branch -m oldName newName
-
将重命名后的分支推送到远程
git push origin newName
-
删除远程的旧分支
git push --delete origin oldName
相关文章
- 02-19eclipse中使用pull报错(git提交冲突)
- 02-193.Git的诞生和其分布式的优点
- 02-19【计算机体系结构实验】指令调度和延迟分支
- 02-19快速同步代码到git
- 02-19git 命令的使用(一) add commit push pull
- 02-19Git操作基本命令
- 02-19git语言
- 02-19git pull出现There is no tracking information for the current branch
- 02-19Git Error:There is no tracking information for the current branch.
- 02-19git 报错 gitThere is no tracking information for the current branch. Please specify which branch you w