Blogging with octopress:
- new post: bundle exec rake new_post["title"]
- write stuff
- bundle exec rake preview
- git add .
- git commit -m 'add awesome post'
- git push origin source
- bundle exec rake generate
- bundle exec rake deploy
Most important this is pushing to remote repo. You should not use git push. You only need push source branch. Link - http://octopress.org/docs/deploying/github/