创建分支:
git branch test
切换分支:
git checkout test
移除文件:
git rm *.html //移除*.html 文件
恢复移除的文件:
git reset --hard //恢复文件