Skip to content

Commit 5e6a40e

Browse files
committed
adding starter pages as stubs
1 parent 957fd55 commit 5e6a40e

File tree

4 files changed

+30
-11
lines changed

4 files changed

+30
-11
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
title: Hosted Source Control Services
2+
category: page
3+
slug: hosted-source-control-services
4+
sortorder: 0217
5+
toc: False
6+
sidebartitle: Hosted Source Control
7+
meta: Hosted source control (also known as version control) services are useful for backing up and collorating on software projects.
8+
9+
10+
# Hosted Source Control Services
11+
Hosted [source control (also known as version control)](/source-control.html)
12+
services are useful for backing up and collorating on software projects.
13+
14+
15+
## What source control services exist?
16+
Many paid and free (for open source development) hosted source control
17+
services are available. The most common ones are:
18+
19+
* [GitHub](/github.html)
20+
21+
* [BitBucket](/bitbucket.html)
22+
23+
* [GitLab](/gitlab.html)

content/pages/02-development-environments/20-gitlab.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ meta: GitLab is a software-as-a-service platform that provides tools and backup
88

99

1010
# GitLab
11-
[GitLab](https://gitlab.io) is a software-as-a-service platform that
12-
provides tools and backup for [Git](/git.html) repositories.
11+
[GitLab](https://gitlab.io) is a software-as-a-service
12+
[source control](/source-control.html) platform that provides tools and
13+
backup for [Git](/git.html) repositories.
1314

1415
<a href="https://gitlab.com/" style="border:none"><img src="/img/logos/gitlab.jpg" width="100%" alt="GitLab logo." class="technical-diagram"></a>
1516

theme/templates/choices/hosted-source-control-services.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>What topic do you want to learn next?</h3>
1+
<h3>What do you want to learn about after source control?</h3>
22
<div class="row">
33
<div class="col-md-4">
44
<div class="well select-next">
@@ -7,7 +7,7 @@ <h3>What topic do you want to learn next?</h3>
77
</div>
88
<div class="col-md-4">
99
<div class="well select-next">
10-
{% include "choices/buttons/databases.html" %}
10+
{% include "choices/buttons/web-analytics.html" %}
1111
</div>
1212
</div>
1313
<div class="col-md-4">

theme/templates/table-of-contents.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,17 @@ <h4 class="toc-subsection">2.3 <span class="soon">Environment configuration</spa
5959
<div class="toc"><a href="/virtual-environments-virtualenvs.html">virtual environments (virtualenv)</a></div>
6060
<div class="toc"><a href="/environment-variables.html">Environment variables</a></div>
6161
<div class="toc"><a href="/localhost-tunnels.html">Localhost tunnels</a></div>
62-
63-
<h4 class="toc-subsection">2.4 <a href="/hosted-source-control-services.html">Hosted Source Control Services</a></h4>
64-
<div class="toc"><a href="/github.html">GitHub</a></div>
65-
<div class="toc"><a href="/bitbucket.html">BitBucket</a></div>
66-
<div class="toc"><a href="/gitlab.html">GitLab</a></div>
6762
-->
6863

6964
<h4 class="toc-subsection">2.4 <a href="/source-control.html">Source Control</a></h4>
7065
<div class="toc"><a href="/git.html">Git</a></div>
7166
<div class="toc"><a href="/mercurial.html">Mercurial</a></div>
7267
<div class="toc"><a href="/apache-subversion.html">Apache Subversion</a></div>
7368

74-
<h4 class="toc-subsection">2.5 <span class="soon">Hosted Source Control Services</span></h4>
69+
<h4 class="toc-subsection">2.5 <a href="/hosted-source-control-services.html">Hosted Source Control Services</a></h4>
7570
<div class="toc"><a href="/github.html">GitHub</a></div>
7671
<div class="toc"><a href="/bitbucket.html">BitBucket</a></div>
77-
<div class="toc soon">GitLab</div>
72+
<div class="toc"><a href="/gitlab.html">GitLab</a></div>
7873

7974

8075
<h3>3. <a href="/python-programming-language.html">Programming Language</a></h3>

0 commit comments

Comments
 (0)