Last active
April 12, 2016 15:34
-
-
Save kevmo/2e26f87f091af1e35676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout master | |
git pull origin master | |
npm install | |
gulp | |
git add <-f> dist | |
git commit -m "Add /dist commit for gh-pages deployment" | |
git subtree split --prefix dist <master> | |
^^^^^this should give you a bunch of readout + a SHA^^^ | |
git push <staging> <SHA>:gh-pages --force | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment