From 7d886a1e579df3ad9d4f53a41af00ac4d55154aa Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 21 Jul 2026 16:04:26 +0200 Subject: index.html: Added backup URLs for cloning Maneage 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. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 9391cdf..72bd391 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@

Start building your project in Maneage

-

To start a new project, simply run these commands to clone it from its Git repository. +

To start a new project, simply run these commands to clone it from its Git repository. In case the main Git server is down for any reason, we also have backups in https://gitlab.com/maneage/project and https://gitlab.cefca.es/maneage/project (just change the clone URL).

git clone https://git.maneage.org/project.git     # Clone Maneage, default branch `maneage'.
 mv project my-project && cd my-project            # Set custom name and enter directory.
 git remote rename origin origin-maneage           # Rename remote server to use `origin' later.
-- 
cgit v1.2.1