📌  相关文章
📜  重命名已推送的分支 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:36.600000             🧑  作者: Mango

代码示例2
#checkout to the branch
git checkout old_branch_name

#in the same branch run the command
git branch -m new_branch_name