git rebase -i HEAD~2
//make the changes and save the change 
// DO NOT REMOVE THE FIRST COMMIT 
// change pick to s for squash 
git push -f