Push folder to specific branch on remote

Useful for pushing folder to gh-pages.

Taken from: https://gist.github.com/cobyism/4730490

git subtree push --prefix ${folder} origin ${branch}

Table of contents