@ -22,6 +22,10 @@ git branch test
git chekout test
4. 创建并切换分支
git checkout -b test
5. 提交分支
git push origin test
6. 删除分支
git checkout master
git branch -d test
###
The note is not visible to the blocked user.