git分支如何重命名呢?
git branch -m oldBranchName newBranchName
27201@LAPTOP-AL5RD4IB MINGW64 /e/GitResp (master)
* master
newBranch
27201@LAPTOP-AL5RD4IB MINGW64 /e/GitResp (master)
$ git branch -m newBranch newBranch2
27201@LAPTOP-AL5RD4IB MINGW64 /e/GitResp (master)
$ git branch
* master
newBranch2
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。