REBASE commits (only the latest ones) without "rebase"

84 阅读1分钟

rebase without rebase:

git reset --soft HEAD~2 check github desktop if the change is what I want, if not, pull change to local and try a different number after HEAD~

git commit -m 'xxxxxxx' or commit from github desktop git push origin +rc/xxxxx