Reputation: 65
I have a repository on Github and I want to allow the public to send new branches and put in a pull request. Is this possible without prior authorization? Can I leave it open for anyone? I have a few people (using Git Bash) telling me they aren't able to push their new branch.
Upvotes: 2
Views: 559
Reputation: 33033
The public have to fork the repository first and then they can push branches to their fork and create pull requests.
Upvotes: 3