Skip to content

Instantly share code, notes, and snippets.

@shinyay
Last active December 17, 2015 07:09
Show Gist options
  • Select an option

  • Save shinyay/5570552 to your computer and use it in GitHub Desktop.

Select an option

Save shinyay/5570552 to your computer and use it in GitHub Desktop.
source of octopress is not managed by 'rake deploy'. I manage source at Bitbucket.
$ cd [your_octopress_dir]
$ git add .
$ git commit -m '[message]'
$ git remote add bitbucket git@bitbucket.org:[username]/[your_repository].git
$ git push -u bitbucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment