Last active
December 17, 2015 07:09
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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