I don't know if this is the rigth section for this type of question, if it's not I apologize! I has been added to an organization that has some private repositories and I need to send them a pull request with some changes but I don't know if I can. I haven't a paid account on GitHub, so how can I fork that private repo to modify and send pull requests?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
As mentioned in "If I fork someone else's private Github repo into my account, is it going to appear in my account as a public repo?", you can fork a private repo (for which you were added as a private user), even if you didn't pay yourself for private repos. The resulting repo will still be private, and you will be able to make pull-requests. |
|||||
|
|
You can make a pull request from a branch in the private repository without the need to fork it. The workflow we are starting to use is:
|
|||
|
|