Commit 7a1b8fb2 authored by delanoe's avatar delanoe

[FIX] Dev version is now unstable (again).

parent 32cb3d3c
......@@ -55,14 +55,14 @@ Clone the repository of gargantext
``` bash
git clone ssh://gitolite@delanoe.org:1979/gargantext /srv/gargantext \
&& cd /srv/gargantext \
&& git fetch origin refactoring \
&& git checkout refactoring \
&& git fetch origin unstable \
&& git checkout unstable \
```
**Optionnal**: if you want to contribute clone the repo into your own branch
``` bash
git checkout -b username-refactoring refactoring
git checkout -b username-unstable unstable
```
! TODO (soon) : git clone https://gogs.iscpif.fr/gargantext.git
......@@ -240,8 +240,8 @@ cp ~/.ssh/id_rsa.pub id_rsa.pub
`
git clone ssh://gitolite@delanoe.org:1979/gargantext /srv/gargantext \
&& cd /srv/gargantext \
&& git fetch origin refactoring \
&& git checkout refactoring \
&& git fetch origin unstable \
&& git checkout unstable \
```
TODO (soon) : git clone https://gogs.iscpif.fr/gargantext.git
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment