GIT hub fork and pull request

 

Scenario:

GIT hub pull request

Solution:

  1. Go to your GIT repository and click Fork.
  2. Fork to your account and clone it to your windows folder.
  3. Fetch -> Rebase and make changed.
  4. Commit.
  5. Push.
  6. Go to GIT repo (your forked branch).
  7. New Pull Request.
  8. Redirected to the base (origin) repo.
  9. Create Pull request
  10. See difference between base and head (your).
  11. If all good -> add comments -> Create Pull Request
  12. Send the PR to the repo owner to have your changes merged to base repo.

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...