https://vikingz.me/git-pro/
https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md
git 逆顺序reset:
https://www.conventionalcommits.org/zh-hans/v1.0.0/ //git commit 规范
git rev-list --count HEAD //查看commit次数
git reset --hard HEAD~n //回退到前n次提交之前
git commit --amend --no-edit //
git push origin master --force
git reflog //

浙公网安备 33010602011771号