Saved Bookmarks
| 1. |
What Is A Git Pull Request? |
|
Answer» Pull requests LET us inform others about the changes that have been pushed to a GITHUB repository. Once a pull request is SENT, interested developers can review the set of changes, discuss potential modifications, and even push follow-up COMMITS if necessary. Pull requests let us inform others about the changes that have been pushed to a GitHub repository. Once a pull request is sent, interested developers can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary. |
|