Skip to content

Instantly share code, notes, and snippets.

@sammdec
Created December 21, 2012 15:03
Show Gist options
  • Save sammdec/4353344 to your computer and use it in GitHub Desktop.
Save sammdec/4353344 to your computer and use it in GitHub Desktop.
Statamic git push deploy
#!/bin/sh
GIT_WORK_TREE=/path/to/webroot/of/mywebsite git checkout -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment