branch

-m

用于重命名分支,例:

// rename branch feature to feature1
git branch -m feature feature1

最后更新于

这有帮助吗?