README.md: Mention Git flow
[swc-git-example.git] / README.md
index 8cd0c73141ed545f37da1417eed91a0480f026f9..d01499a7c3abb0c9d7eb230e635f8849f9d30397 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,17 @@
-Show how project development generally works in [Git][].
+Show how project development generally works in [Git][].  The
+branching outlined here is pretty standard, but [Git flow][] is
+another popular model with a bit more structure.  It's up to you to
+decide what works best for your project.
+
+Markup
+======
+
+This file is written in [Markdown][], a popular markup language.  The
+`.md` extension is a hint so renderers like [GitHub][] can format it
+appropriately.
 
 
 [Git]: http://www.git-scm.com/
+[Git flow]: http://nvie.com/posts/a-successful-git-branching-model/
+[Markdown]: http://daringfireball.net/projects/markdown/
+[GitHub]: https://github.com/github/markup#markups