Update git.txt

pull/63/head
lxsz 4 years ago committed by GitHub
parent b6422d3117
commit a3485c4c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,6 +154,7 @@ git switch -c <branch name> 创建并切换至<branch name>分支
git branch 查看已有分支(* 表示当前分支)
git merge <branch name> 合并<branch name>到当前分支通常在master分支下操作
git branch -d <branch name> 删除分支
git branch -m oldbranchname newname 删除分支
##############################################################################

Loading…
Cancel
Save