Update CONTRIBUTE.md

This commit is contained in:
Alexis Gavoty 2012-10-21 15:55:21 +03:00
parent 49763be92c
commit d35d29d12b

View file

@ -1,4 +1,5 @@
*What a lovely idea !* :) *What a lovely idea !* :)
**Few points though:** **Few points though:**
### Dafuq is dat moulinette ? ### Dafuq is dat moulinette ?
@ -51,9 +52,11 @@ OK, this is the workflow !
**For gitlab:** **For gitlab:**
Development is handle with git branches and you have your own (i.e dev_beudbeud). 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 clone git@dev.yunohost.org:moulinette.git
`` git rebase origin/dev `` git checkout -b dev_beudbeud ``
git rebase origin/dev
```
Do your modifications, then : Do your modifications, then :
`` git commit -am 'My commit message' `` `` git commit -am 'My commit message' ``