Git - recover intermediate commits after squash

Viewed 6128

I have squashed several commits into one commit. One of the commits before the squash included debug prints and a later commit that was squashed together with it removed those prints. Is there any way to recover them?

1 Answers
Related