Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -94,7 +94,7 @@
</p>
</div>

<h2>How can you use GitGitGadget?</h2>
<h2 id="how-can-you-use-gitgitgadget">How can you use GitGitGadget? <a href="#how-can-you-use-gitgitgadget">#</a></h2>
<div class="block">
<p>
So you cloned <a href="https://github.com/git/git">https://github.com/git/git</a> and implemented a bug fix or a new feature?
Expand DownExpand Up@@ -124,7 +124,7 @@ <h2>How can you use GitGitGadget?</h2>
</p>
</div>

<h2>What happens after GitGitGadget sent the mails?</h2>
<h2 id="what-happens-after-gitgitgadget-sent-the-mails">What happens after GitGitGadget sent the mails? <a href="#what-happens-after-gitgitgadget-sent-the-mails">#</a></h2>
<div class="block">
<p>
The patches will be reviewed by volunteers (be gentle...) and you will most likely receive helpful comments.
Expand All@@ -135,7 +135,7 @@ <h2>What happens after GitGitGadget sent the mails?</h2>
</p>
</div>

<h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirror?</h2>
<h2 id="should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror">Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirror? <a href="#should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror">#</a></h2>
<div class="block">
<p>
GitGitGadget works on both GitGitGadget's Git fork (<a href="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a>) and Git's GitHub mirror (<a href="https://github.com/git/git">https://github.com/git/git</a>).
Expand DownExpand Up@@ -195,7 +195,7 @@ <h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirr
</table></div>
</div>

<h2>But... what <i>is</i> GitGitGadget?</h2>
<h2 id="but-what-is-gitgitgadget">But... what <i>is</i> GitGitGadget? <a href="#but-what-is-gitgitgadget">#</a></h2>
<div class="block">
<p>
GitGitGadget itself is a GitHub App that is backed by an Azure Function written in pure Javascript which in turn triggers an Azure Pipeline written in Typescript (which is really easy to understand and write for everybody who knows even just a little Javascript), maintained at <a href="https://github.com/gitgitgadget/gitgitgadget">https://github.com/gitgitgadget/gitgitgadget</a>.
Expand Down