diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
