git checkout -b test
git add readme.md git commit
git checkout develop
git merge test
git push origin develop