Can I do this with and entire folder without having to manually add each single file?
I have a webhook who didn't properly trigger on a commit and I would like to re-commit the folder. I see the file in my repo on github and they are on my local machine, but missing on the FTP server for unknown reason.
They arent in my git .ignore since if I maka a change, github detect it and proposed to do a commit.
I will investigate later why they went missing, but for now my site is down. =( I am using a branch and I would like to know what command should I do to re-commit /js for example so it get push with a new SHA ID, get pickup by the webhook and find its way on my FTP site. (thanks to DeployHQ!)
As it's my first question here and I am french, I hope I didn't broke any rule.