2023-05-12 开启多语言插件支持……

git-更改本地和远程分支的名称

git 苏 demo 2582℃

git branch -m old_branch new_branch # Rename branch locally
git push origin :old_branch # Delete the old branch
git push –set-upstream origin new_branch # Push the new branch, set local branch to track the new remote

 

 

打赏

转载请注明:苏demo的别样人生 » git-更改本地和远程分支的名称

   如果本篇文章对您有帮助,欢迎向博主进行赞助,赞助时请写上您的用户名。
支付宝直接捐助帐号oracle_lee@qq.com 感谢支持!
喜欢 (0)or分享 (0)