Closed zzhou007 closed 9 years ago
Before I look at this, you need to squash this into a single commit, and that commit cannot include all the changes already in this repo (as 677e781 does).
How do I squash commits? I tried reset hard -HEAD~1 to delete all commits but it ends up showing 3 commits like now and git rebase -i HEAD~4 but the Merge branch commit does not show up and lecture notes commit does not show up as well.
There is a tutorial in the textbook folder.
On Mon, Jun 8, 2015 at 9:59 PM, zzhou007 notifications@github.com wrote:
How do I squash commits? I tried reset hard -HEAD~1 to delete all commits but it ends up showing 3 commits like now and git rebase -i HEAD~4 but the Merge branch commit does not show up and lecture notes commit does not show up as well.
— Reply to this email directly or view it on GitHub https://github.com/mikeizbicki/ucr-cs100/pull/1729#issuecomment-110226502 .
zihang zhou zzhou007
kenneth chan kchan049