$ rake setup_github_pages
Enter the read/write url for your repository
(For example, 'git@github.com:your_username/your_username.github.io.git)
or 'https://github.com/your_username/your_username.github.io')
Repository url: https://github.com/ryoogata/ryoogata.github.io.git
Added remote https://github.com/ryoogata/ryoogata.github.io.git as origin
Set origin as default remote
Master branch renamed to 'source' for committing your blog source files
rm -rf _deploy
mkdir _deploy
cd _deploy
Initialized empty Git repository in /Users/ryo/Dropbox/octopress/_deploy/.git/
[master (root-commit) 9208c45] Octopress init
1 file changed, 1 insertion(+)
create mode 100644 index.html
cd -
---
## Now you can deploy to https://github.com/ryoogata/ryoogata.github.io.git with `rake deploy` ##