How can I push only a certain subfolder (the publish folder of html5 boilerplate) to a specified ftp directory using git-ftp?
How can I push only a certain subfolder (the publish folder of html5 boilerplate)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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