File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments