Closed NoahHines closed 10 years ago
Noah, also it is a good practice to squash the commits to a single commt for PR. git rebase -i HEAD~10
and then squash
instead of pick
to all except the first one (which you rename to a meaningful message). And then git push -f origin HEAD
will force push to a single commit.
Fixes #6