You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyFirstContribution.html
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1628,10 +1628,14 @@ <h3 id="upload-to-fork"><a class="anchor" href="#upload-to-fork"></a>Uploading t
1628
1628
<h3id="send-pr-ggg"><aclass="anchor" href="#send-pr-ggg"></a>Sending a PR to GitGitGadget</h3>
1629
1629
<divclass="paragraph">
1630
1630
<p>In order to have your code tested and formatted for review, you need to start by
1631
-
opening a Pull Request against <code>gitgitgadget/git</code>. Head to
1632
-
<ahref="https://github.com/gitgitgadget/git" class="bare">https://github.com/gitgitgadget/git</a> and open a PR either with the "New pull
1633
-
request" button or the convenient "Compare & pull request" button that may
1634
-
appear with the name of your newly pushed branch.</p>
1631
+
opening a Pull Request against either <code>gitgitgadget/git</code> or <code>git/git</code>. Head to
1632
+
<ahref="https://github.com/gitgitgadget/git" class="bare">https://github.com/gitgitgadget/git</a> or <ahref="https://github.com/git/git" class="bare">https://github.com/git/git</a> and open a PR
1633
+
either with the "New pull request" button or the convenient "Compare & pull
1634
+
request" button that may appear with the name of your newly pushed branch.</p>
1635
+
</div>
1636
+
<divclass="paragraph">
1637
+
<p>The differences between using <code>gitgitgadget/git</code> and <code>git/git</code> as your base can
1638
+
be found [here](<ahref="https://gitgitgadget.github.io/#should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror" class="bare">https://gitgitgadget.github.io/#should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror</a>)</p>
1635
1639
</div>
1636
1640
<divclass="paragraph">
1637
1641
<p>Review the PR’s title and description, as they’re used by GitGitGadget
0 commit comments