From 3f8b6aeeb6b39ec6cfc352e0411e666e1992dffb Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 5 Jun 2018 18:52:22 +0200 Subject: [PATCH] Add note about `HEAD` usage (#524) * Add note about `HEAD` usage * Typo fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a816917..e464d583 100644 --- a/README.md +++ b/README.md @@ -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 add_or_update.py python script to add or update