mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Add note about HEAD
usage (#524)
* Add note about `HEAD` usage * Typo fix
This commit is contained in:
parent
5b3be4f48c
commit
3f8b6aeeb6
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ App example addition:
|
|||
}
|
||||
```
|
||||
|
||||
N.B. : You can now put `HEAD` as `revision`. This way, you won't have to come and update this file each time you change things in your app. *But* this also means that any change to your `master` branch will be made available to everybody. Hence, when developing things which are not production-ready, if you use `HEAD` we strongly recommend that you develop in a `testing` branch (for instance) until you consider things stable enough to be merged in `master`.
|
||||
|
||||
#### Helper script
|
||||
|
||||
You can use the <code>add_or_update.py</code> python script to add or update
|
||||
|
|
Loading…
Add table
Reference in a new issue