How can I push only a certain subfolder (the publish folder of html5 boilerplate) to a specified ftp directory using git-ftp?
There are two possibilities:
A
B (much better)
use the syncroot option of git-ftp to specify the directory to sync from as if it were the git project root path. In .git/config under [git-ftp] add
syncroot = publish/