Skip to content

Commit

Permalink
typo(git): 修正对注释重命名分支的描述
Browse files Browse the repository at this point in the history
`git branch -m oldbranchname newname` 重命名分支
  • Loading branch information
ghimi-g authored Apr 25, 2022
1 parent c364abd commit bf183bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 重命名分支


##############################################################################
Expand Down

0 comments on commit bf183bf

Please sign in to comment.