I've built a webapp that, using Grunt, creates a dist
directory which contains all static content. I would like to push only the contents of this directory to a remote branch (master
on an Azure website). The local branch I'm working on is called production
.
I've tried this git command:
git subtree push --prefix dist azure master
This yields the following response:
-n 21/ 23 (20)
-n 22/ 23 (21)
-n 23/ 23 (22)
No new revisions were found