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: index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@
90
90
Apart from lacking the convenience of a web interface, this process also puts considerable demands on the code contributions: the mails are expected to be plain text only (no HTML!), for example, and the diffs embedded in the mails must apply cleanly (no whitespace changes!), among other things.
91
91
</p><p>
92
92
A few tutorials out there try to help with this process (e.g. <ahref="https://github.com/git-for-windows/git/blob/master/CONTRIBUTING.md">Git for Windows' detailed instructions how to contribute patches to the Git project</a>, or Git's <ahref="https://git-scm.com/docs/MyFirstContribution">MyFirstContribution tutorial</a>).
93
-
GitGitGadget tries a different approach: allow contributing patches to the Git project itself by opening a Pull Request either at <ahref="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a> or directly at <ahref="https://github.com/gitgitgadget/git">https://github.com/git/git</a> and let GitGitGadget prepare and send the corresponding mails.
93
+
GitGitGadget tries a different approach: allow contributing patches to the Git project itself by opening a Pull Request either at <ahref="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a> or directly at <ahref="https://github.com/git/git">https://github.com/git/git</a> and let GitGitGadget prepare and send the corresponding mails.
94
94
</p>
95
95
</div>
96
96
@@ -99,7 +99,7 @@ <h2>How can you use GitGitGadget?</h2>
99
99
<p>
100
100
So you cloned <ahref="https://github.com/git/git">https://github.com/git/git</a> and implemented a bug fix or a new feature?
101
101
And you already pushed it to your own fork?
102
-
Good, now is the time to direct your web browser to <ahref="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a> (or to <ahref="https://github.com/gitgitgadget/git">https://github.com/git/git</a> ) and to open a Pull Request.
102
+
Good, now is the time to direct your web browser to <ahref="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a> (or to <ahref="https://github.com/git/git">https://github.com/git/git</a> ) and to open a Pull Request.
103
103
Please make sure to use a descriptive Pull Request title and description; GitGitGadget will use these as the subject and body of the cover letter (check out the <ahref="https://git-scm.com/docs/MyFirstContribution">MyFirstContribution</a> tutorial if you are not familiar with this terminology).
104
104
You can CC potential reviewers by adding a footer to the PR description with the following syntax:
105
105
</p><p>
@@ -132,7 +132,7 @@ <h2>What happens after GitGitGadget sent the mails?</h2>
132
132
<h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirror?</h2>
133
133
<divclass="block">
134
134
<p>
135
-
GitGitGadget works on both GitGitGadget's Git fork (<ahref="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a>) and Git's GitHub mirror (<ahref="https://github.com/gitgitgadget/git">https://github.com/git/git</a>).
135
+
GitGitGadget works on both GitGitGadget's Git fork (<ahref="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a>) and Git's GitHub mirror (<ahref="https://github.com/git/git">https://github.com/git/git</a>).
136
136
However, some functionality is only available when opening a PR on GitGitGadget's Git fork.
0 commit comments