DEV Community

Discussion on: Do you merge branches locally or create pull requests for personal projects?

Collapse
 
ndrone profile image
Nicholas Drone

I use GitHub. It allows me one final view of the changes before merging/rebasing to the production branch. I don't think of it as silly, more like following good practices.

Collapse
 
deciduously profile image
Ben Lovy

I also like that it runs any configured actions when you create the PR, before you commit to master, so you can catch problems one last time.