Is there a purpose for using pull requests on my own repo if I am the only developper?

Posted by marco-fiset on Programmers See other posts from Programmers or by marco-fiset
Published on 2012-12-05T16:42:22Z Indexed on 2012/12/05 17:25 UTC
Read the original article Hit count: 216

Filed under:
|

So I got started with a real project of mine on GitHub and things are going pretty well and ideas are flowing a lot faster than I initially thought. In order to keep things organized, I setup some branches so I can develop different features separatly.

Now when I push my branch to GitHub, I have that section where I have two buttons : Pull Request and Compare with the name of the branch I recently pushed to. I understand the purpose of the Compare button but I don't get why I would want to create a pull request on my own repo.

Can someone explain me why I would do that? Is it useful to make pull request on my own repo if I am the only developper?

© Programmers or respective owner

Related posts about github

Related posts about Workflows