diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:53 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:53 -0700 |
| commit | 3778b8022d4c43b3253282b722cd12c1b574334e (patch) | |
| tree | ef39ec8a2e3c9f5a27103a458157e3f461558ac3 /Documentation | |
| parent | 0b4a263bd89ddb6f90af23a71acc90ce2499f576 (diff) | |
| parent | 37001cdbc4e0cc1a1dbffdb0d07ce1bd3533f2a9 (diff) | |
| download | git-3778b8022d4c43b3253282b722cd12c1b574334e.tar.xz | |
Merge branch 'ds/doc-ggg-pr-fork-clarify' into maint-2.51
Update the instruction to use of GGG in the MyFirstContribution
document to say that a GitHub PR could be made against `git/git`
instead of `gitgitgadget/git`.
* ds/doc-ggg-pr-fork-clarify:
doc: clarify which remotes can be used with GitGitGadget
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/MyFirstContribution.adoc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc index aca7212cfe..bbb7b45bd4 100644 --- a/Documentation/MyFirstContribution.adoc +++ b/Documentation/MyFirstContribution.adoc @@ -908,10 +908,13 @@ Now you should be able to go and check out your newly created branch on GitHub. === Sending a PR to GitGitGadget In order to have your code tested and formatted for review, you need to start by -opening a Pull Request against `gitgitgadget/git`. Head to -https://github.com/gitgitgadget/git and open a PR either with the "New pull -request" button or the convenient "Compare & pull request" button that may -appear with the name of your newly pushed branch. +opening a Pull Request against either `gitgitgadget/git` or `git/git`. Head to +https://github.com/gitgitgadget/git or https://github.com/git/git and open a PR +either with the "New pull request" button or the convenient "Compare & pull +request" button that may appear with the name of your newly pushed branch. + +The differences between using `gitgitgadget/git` and `git/git` as your base can +be found [here](https://gitgitgadget.github.io/#should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror) Review the PR's title and description, as they're used by GitGitGadget respectively as the subject and body of the cover letter for your change. Refer |
