On Fri Nov 24 09:51:06 2023 +0000, Louis Lenders wrote:
Could you please give exact commans/instructions how to do that? Thanks
git rebase -i @~2; replace the 'pick' in the last patch to 's'; save command with your editor; git push -f
There are some good git tutorials out there that you can use as a guide.