On Wed Sep 6 20:27:50 2023 +0000, Helix Graziani wrote:
how do i do that?
git rebase -i HEAD~# (# can be any number of commits that aren't merge commits)
git rebase <branch> (<branch> is any branch, use it like git merge)
in this case I would say the easiest way (that I know of) is to get a diff, reset and then commit the diff, and then force push.