【Git 本地指令 #4】git branch rename - 重新命名 branch 的方法

前言

重新命名 git branch

範例

git branch -m <oldname> <newname>

記法: m = move

Reference