diff --git a/README.md b/README.md index 193e40d..85c7d3e 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,7 @@ Retrieve last known dweet for your Thing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request +4. Push to the branch (`git push -u origin my-new-feature`) +6. Merge to master (`git checkout master`) (`git merge my-new-feature`) (`git push`) + although it is possible to create a pull request from different branches it is better keep 'master' in sync +7. Create new Pull Request