Skip to content

Commit 5834b17

Browse files
committed
add 'Where to host your Git repositories ?' section
1 parent acf1a6c commit 5834b17

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,36 @@ <h2>Dictator and lieutenant</h2>
321321
</section>
322322
</section>
323323

324+
<section>
325+
<section>
326+
<h2>Where to host your Git repositories ?</h2>
327+
<p>Public clouds</p>
328+
<p>Self-hosted servers</p>
329+
</section>
330+
331+
<section>
332+
<h2>Public clouds</h2>
333+
<p class="fragment">Examples: <a href="https://github.com/">GitHub</a>, <a href="https://bitbucket.org/">Bitbucked</a></p>
334+
<p class="fragment">Git is not GitHub !</p>
335+
<p class="fragment">Generally free for public repositories</p>
336+
</section>
337+
338+
<section>
339+
<h2>Self-hosted servers</h2>
340+
<p class="fragment">Examples: <a href="https://about.gitlab.com/">GitLab</a>, <a href="https://gogs.io/">Gogs</a></p>
341+
<p class="fragment">Better choice for your confidential works</p>
342+
</section>
343+
344+
<section>
345+
<h2>Common features</h2>
346+
<p class="fragment">Manage privilegies</p>
347+
<p class="fragment">Pull requests / Merge requests</p>
348+
<p class="fragment">Issues</p>
349+
<p class="fragment">Wiki</p>
350+
<p class="fragment">Webhooks</p>
351+
</section>
352+
</section>
353+
324354
<section>
325355
<h2>Want to know more about Git ?</h2>
326356
<p><a href="http://git-scm.com/docs">Official documentation</a></p>

0 commit comments

Comments
 (0)