一、撤销最新的一次提交git
#git reset --hard HEAD~1it
#git push --forceco
二、修改最后一次提交push
#git commit --amendcommit
#git push --force