aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9391cdf..72bd391 100644
--- a/index.html
+++ b/index.html
@@ -108,7 +108,7 @@
<section>
<h3>Start building your project in Maneage</h3>
- <p>To start a new project, simply run these commands to clone it from its <a href="http://git.maneage.org/project.git">Git repository</a>.
+ <p>To start a new project, simply run these commands to clone it from its <a href="http://git.maneage.org/project.git">Git repository</a>. In case the main Git server is down for any reason, we also have backups in <a href="https://gitlab.com/maneage/project">https://gitlab.com/maneage/project</a> and <a href="https://gitlab.cefca.es/maneage/project">https://gitlab.cefca.es/maneage/project</a> (just change the clone URL).
<pre><code>git clone https://git.maneage.org/project.git <span class="comment"># Clone Maneage, default branch `maneage'.</span>
mv project my-project && cd my-project <span class="comment"># Set custom name and enter directory.</span>
git remote rename origin origin-maneage <span class="comment"># Rename remote server to use `origin' later.</span>