Difference between revisions of "Pull Requests"
Line 1: | Line 1: | ||
* [[ GitHub Pull Requests | GitHub Pull Requests ]] |
* [[ GitHub Pull Requests | GitHub Pull Requests ]] |
||
+ | |||
+ | = Git Pull Requests = |
||
+ | Files can be committed in a Git branch or directly in Master. When committing files in a branch, pull requests let you know what changes you've made to a repository before they are committed to the repository's master branch. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary. |
Revision as of 23:30, 30 January 2018
Git Pull Requests
Files can be committed in a Git branch or directly in Master. When committing files in a branch, pull requests let you know what changes you've made to a repository before they are committed to the repository's master branch. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.