mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update CONTRIBUTE.md
This commit is contained in:
parent
49763be92c
commit
d35d29d12b
1 changed files with 6 additions and 3 deletions
|
@ -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' ``
|
||||
|
|
Loading…
Add table
Reference in a new issue