$ bundle exec jekyll serve
$ git add .
$ git commit -m '~~~'
$ bash publish.sh
publish.sh
#!/bin/bash
git checkout source
git branch -D master
git checkout -b master
git filter-branch --subdirectory-filter _site/ -f
git push --all
git checkout source