Skip to content
Shindeok Kang edited this page Jul 19, 2014 · 4 revisions

Deploy

To deploy the dist directory, run the subtree push command from the root directory.

$ git checkout develop
$ git push origin :master # if push rejected
$ git subtree push --prefix dist origin master
Clone this wiki locally