From d35d29d12b0d632a2f2b34c86aef6ac3b916b2a5 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sun, 21 Oct 2012 15:55:21 +0300 Subject: [PATCH] Update CONTRIBUTE.md --- CONTRIBUTE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 35701b4c..ef20b7ec 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -1,4 +1,5 @@ *What a lovely idea !* :) + **Few points though:** ### Dafuq is dat moulinette ? @@ -51,9 +52,11 @@ OK, this is the workflow ! **For gitlab:** Development is handle with git branches and you have your own (i.e dev_beudbeud). -`` git clone git@dev.yunohost.org:moulinette.git `` -`` git checkout -b dev_beudbeud `` -`` git rebase origin/dev `` +``` +git clone git@dev.yunohost.org:moulinette.git +git checkout -b dev_beudbeud `` +git rebase origin/dev +``` Do your modifications, then : `` git commit -am 'My commit message' ``