this is my git log history, I want to squash my last two commits into "merge release into feature" commit (which is a merge commit)
I tried with git rebase -i HEAD~3
and keep getting this error "cannot squash without a previous commit error"
commit 6a4fc (HEAD -> tasl-sq1)
Author: john
Date: date
show logo on landing page if they have one
commit dfa4fc
Author: James
Date: date
update ui
commit 398ec03
Merge: efd12143ab c57bf64b81
Author: Tom
Date: date
merge release into feature
commit dddfc
Author: KAle
Date: date
API update