Merge pull request #95 from ghimi-g/patch-1

typo(git): 修正对注释重命名分支的描述
pull/98/head
Linwei 3 years ago committed by GitHub
commit a8246053d4
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 --no-commit <branch name> 合并<branch name>到当前分支,但不提交
git branch -d <branch name> 删除分支
git branch -m oldbranchname newname 删除分支
git branch -m oldbranchname newname 重命名分支
##############################################################################

Loading…
Cancel
Save