...
- If you are using a web browser, see https://help.github.com/en/github/getting-started-with-github/fork-a-repo
- If you are using GitHub Desktop, see https://help.github.com/en/desktop/contributing-to-projects/cloning-and-forking-repositories-from-github-desktop
- If you are using GitHub CLI, see https://cli.github.com/manual/gh_repo_fork
- If you are using the Skara CLI tools, see CLI Tools#Creatingapersonalfork
...
Code Block | ||
---|---|---|
| ||
$ git remote add upstream <URL-FOR-ORIGINAL-OPENJDK-REPOSITORY> $ # for each branch you want to sync $ git checkout <BRANCH> $ git pull upstream <BRANCH> $ git push origin <BRANCH> |
Pull Requsts
What is a pull request?
A pull request is a way to suggest that some changes from a personal fork should be incorporated into the original repository the personal fork was created from. Reviewers can comment upon and need to approve a pull request before it can be integrated. The concept of a pull request is very similar to OpenJDK's concept of "RFR" emails - both are used to suggest changes and offer a way for reviewers to provide feedback on the suggested changes.
How do I create a pull request?
- If you are using a web browser, see https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
- If you are using GitHub Desktop, see https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request
- If you are using GitHub CLI, see https://cli.github.com/manual/gh_repo_fork
- If you are using the Skara CLI tools, see CLI Tools#Creatingapullrequest
Overview
Content Tools
ThemeBuilder