This file is a fantasy readme for an tool that doesn't exist yet. I wrote it in an attempt to apply readme driven development. The idea is to force yourself to define a vision for your product/tool/whatever before starting to build anything.
Jimbo is working on his project codenamed Electric Nachos. He makes a final change, observes that all tests are passing and is ready to deploy. He commits his changes:
git add . && git commit -m "ready to go"
Being a cautious, sensible fellow Jimbo wants to deploy to his test environment first. He switches to his test environment branch: