Squash Commits with Git
# switch to master branchgit checkout master# ensure our master is up to dategit pull remoteRepoName masterWith the master branch up to date, we'll use git rebase to consolidate:git rebase -i