|
|
|
|
|
by vngzs
2612 days ago
|
|
GitHub could support this workflow - they would need to find a way to integrate patches into GitHub Pull Requests. One way to do it would be an "upload patch" option on others' repositories, where GitHub forks the repository for you under the hood, possibly creates a branch for you, and applies your patches linearly to that branch. It opens a pull request to the targeted branch of the upstream repository from your branch. Then when the pull request is closed, it cleans things up for you (temporary branch, fork) under the hood, if desired. |
|