-### Git 常用命令
git pull origiin master
回退到某一版本
可以回退到某一版本,也可以重置所有提交
git log # 查看版本提交记录,获取commit ID git reset --hard commitID