Git GithHub Send Pull Request

Git GitHub Send Pull Request

Push Changes to Our GitHub Fork

A lot of changes have been made to the local Git

Now, push  those changes to GitHub fork:

commit the changes:

[user@localhost] $ git push origin

Enumerating objects: 8, done.

Counting objects: 100% (8/8), done.

Delta compression using up to 16 threads

Compressing objects: 100% (5/5), done.

Writing objects: 100% (5/5), 393.96 KiB | 32.83 MiB/s, done.

Total 5 (delta 0), reused 0 (delta 0), pack-reused 0

To https://github.com/web/webhostguru.github.io.git

facaeae..ebb1a5c  master -> master

Go to GitHub, it is seen that the repository has a new commit. And a Pull Request can be send to the original repository:

img_github_fork_pull_request

Click that and create a pull request:

img_github_fork_create_pull_request

Now, add an explanation for the administrators.

img_github_fork_create_pull_request
Git-GitHub-Send-Pull

Pull Request is sent:

github_fork_create_pull_request

Approving Pull Requests

Now, the member who have the access can see the Pull Request when they see the original repository:

And the proposed changes can be observed:

Comment on the changes and merge:

github pull request

Confirm:

github_pull_request_confirm_merge

The changes have been merged with the master:

github_pull_request_merged