githubteacher / github-for-developers-sept-2015

practice repo for the Sept 29-30 GitHub for Developers class
12 stars 36 forks source link

How do I make one commit per pull request? #665

Closed bikbajwa closed 8 years ago

bikbajwa commented 8 years ago

How do I shrink an entire pull request into one commit?

Ziliboba commented 8 years ago

You can do "git rebase" on your custom branch and "squash" several commits into one commit before merging PR to master.