Made and deployed with logos site-builder.
staging
master
git checkout staging; git checkout -b my-changes
origin
git checkout master; git pull master; git rebase origin/staging; git push