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 //

posted on 2025-03-18 09:40  Pomr  阅读(2)  评论(0)    收藏  举报