From 32740cbd8c4bbb0b06a7b2f53b2feaaeff75bc06 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi
To start a new project, simply run these commands, the main Git branch is currently hosted on Gitlab:
-git clone https://gitlab.com/maneage/project.git # Clone Maneage, default branch `maneage'.
+ To start a new project, simply run these commands:
+ 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.
git checkout -b master # Make new `master' branch, start customizing.
--
cgit v1.2.1