Compare commits

..

No commits in common. "master" and "test1" have entirely different histories.

View File

@ -22,10 +22,6 @@ git branch test
git chekout test
4. 创建并切换分支
git checkout -b test
5. 提交分支
git push origin test
6. 删除分支
git checkout master
git branch -d test
###