1. 强制回滚git
git reset --hard branchname commitid
2. 回滚后强制提交bash
git push origin development --force
以上code