GitHub Flow is a lightweight, branch-based workflow
There's only one rule: anything in the master branch is always deployable
Commits create a transparent history of your work that others can follow to understand what you've done and why
Pull Requests initiate discussion about your commits. Anyone can see exactly what changes would be merged if they accept your request
Once a Pull Request has been opened, the person or team reviewing your changes may have questions or comments
Once merged, Pull Requests preserve a record of the historical changes to your code
https://guides.github.com/introduction/flow/
Twitter: @mkuehnel
E-Mail: mail@michael-kuehnel.de
By Michael Kühnel
This presentation gives a short overview about the GitHub flow. Find a detailed writeup in the GitHub Guides article: https://guides.github.com/introduction/flow/
Frontend Developer working for Micromata 👨🏼💻