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