摘要: # 1. Rename local branch git checkout old-name git branch -m new-name # -m, --move Move/rename a branch and the corresponding reflog. # or git branch 阅读全文
posted @ 2023-04-07 16:32 shendawei 阅读(180) 评论(0) 推荐(0)