diff options
| author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2026-07-21 16:04:26 +0200 |
|---|---|---|
| committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2026-07-21 16:04:26 +0200 |
| commit | 7d886a1e579df3ad9d4f53a41af00ac4d55154aa (patch) | |
| tree | 8fbd5518d0932eacb4844690d17d00052d88d69a /index.html | |
| parent | 178c8208ea9de34f3c72e8c769804d41a0c4c7a1 (diff) | |
Until now, we only gave the main reference URL to clone for. But due
to network settings or other temporary issues, that may not be
accessible at any random time.
With this commit, two backup/alternative repositories are also
suggested to the viewer in case such problems come up.
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> |
