发布于 5年前

如何重命名 Git 分支

重命名指定的分支:

git branch -m <oldname> <newname>

修改所在的分支:

git branch -m <newname>
git
©2020 edoou.com   京ICP备16001874号-3