I am trying to squash a few commits from my branch before merging a pull request.
When doing git log
I can scroll down to the commits I want to squash (14 commits back).
Doing git rebase -i HEAD~14
shows my comments and also commits made onto master, moving back the commits I want to squash