typo(git): 修正对注释重命名分支的描述

`git branch -m oldbranchname newname` 重命名分支
pull/95/head
ghimi 3 years ago committed by GitHub
parent c364abd445
commit bf183bfc53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,7 @@ git branch 查看已有分支(* 表示当前分支)
git merge <branch name> 合并<branch name>到当前分支通常在master分支下操作 git merge <branch name> 合并<branch name>到当前分支通常在master分支下操作
git merge --no-commit <branch name> 合并<branch name>到当前分支,但不提交 git merge --no-commit <branch name> 合并<branch name>到当前分支,但不提交
git branch -d <branch name> 删除分支 git branch -d <branch name> 删除分支
git branch -m oldbranchname newname 删除分支 git branch -m oldbranchname newname 重命名分支
############################################################################## ##############################################################################

Loading…
Cancel
Save