Learning to use the github flow
===================================
- fork the repository create
- clone to local
- create a branch name after what you will do
- commit your changes
- fetch upstream .
git fetch upstream
- push your branch.
- create a pull request.
===================================