6 Sep
2023
6 Sep
'23
8:34 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3724#note_44471