リポジトリを作成しusername.github.io
、現在の Octopress ブログ ファイルをmaster
ブランチにプッシュして、ブログ全体に加えた変更を追跡できるようにしました。
次に、gh-pages
ブランチに表示したいのでrake setup_github_pages
、を使用しましたが、git は次のメッセージで拒否しました。rake generate
rake deploy[gh-pages]
To https://github.com/username/username.github.io
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/username/username.github.io'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
## Github Pages deploy complete
cd -
これを解決するにはどうすればよいですか?_deploy
フォルダをブランチに置きgh-pages
、残りをブランチに置きたいだけですmaster
。
これは可能ですか?