Skip to content

Instantly share code, notes, and snippets.

@sloria
Created July 15, 2013 23:21
Show Gist options
  • Save sloria/6004389 to your computer and use it in GitHub Desktop.
Save sloria/6004389 to your computer and use it in GitHub Desktop.
$ python freeze.py
$ git init
$ git add . --all
$ git commit -am "Initial commit"
$ git checkout -b gh-pages
$ git remote add origin https://github.com/username/flask-ghpages-example.git
$ git push origin --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment