如果已将工作推送到远程git分支,是否可以重命名?
Master
development-branch
branch 1
branch 2
branch 3
上述所有分支机构都被推向了发展阶段。我可以将开发分支重命名为开发吗?
答案 0 :(得分:2)
你可以做到
git -m development-branch development
这里有更多细节 https://git-scm.com/docs/git-branch#git-branch--m https://multiplestates.wordpress.com/2015/02/05/rename-a-local-and-remote-branch-in-git/