message no. 30963
Posted by ravigehlot in #github at 2014-07-18T20:38:01Z
I commited and pushed 4 changes to GitHub. A pull request was created. The reviewer has asked me to squash all 4 into 1 before he could merge them. The problem is that when I run `git rebase -i master`, I no longer see my commits. If I do `git rebase -i HEAD~3`, I no longer see my last 3 commits. What am I doing wrong?