1. 強制回滾git
git reset --hard branchname commitid
2. 回滾後強制提交bash
git push origin development --force
以上code