From 57ea144874dfdfd967be2ede453ebd917c3e6f5f Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 20 Mar 2013 17:47:23 +0100 Subject: [PATCH] README: add section 'Branches' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ff2f59e..a4f0d5f 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,10 @@ Submitting patches Please branch off from develop if you want to submit a patch. +Branches +-------- + +Please be aware, that all branches besides _master_ and _develop_ __can__ and __will be__ force-pushed, rebased and/or removed! + +If you want to rely on such an _unstable_ branch, create your own fork of this repository to make sure nothing breaks for you.