README.md: Mention Git flow master
authorW. Trevor King <wking@tremily.us>
Sat, 30 Nov 2013 01:48:12 +0000 (17:48 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 30 Nov 2013 01:48:12 +0000 (17:48 -0800)
commit26f4d76e52946bd49f5c87e5621cf7dda9e21886
tree9f58833d58158b898c2b4aa9be161ee4f2f86a67
parent523842c86d54bf0b6881eec55fc3190db5142e51
README.md: Mention Git flow

Give folks an idea of what's possible.

After editing cheat-sheet.md in my text editor, staging and committing
it was the usual:

  $ git add README.md
  $ git commit --all --verbose
README.md