Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/sh
  2. if [ -z "$1" ]
  3. then
  4. echo "Which folder do you want to deploy to GitHub Pages?"
  5. exit 1
  6. fi
  7. git subtree push --prefix $1 origin gh-pages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement