Advertisement
Guest User

Untitled

a guest
Oct 10th, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. C:\Users\me\blog>rake deploy
  2. ## Deploying branch to Github Pages
  3. ## Pulling any updates from Github Pages
  4. cd _deploy
  5. There is no tracking information for the current branch.
  6. Please specify which branch you want to merge with.
  7. See git-pull(1) for details
  8.  
  9. git pull <remote> <branch>
  10.  
  11. If you wish to set tracking information for this branch you can do so with:
  12.  
  13. git branch --set-upstream-to=origin/<branch> gh-pages
  14.  
  15. cd -
  16. rm -rf _deploy/2013
  17. rm -rf _deploy/archives
  18. rm -rf _deploy/assets
  19. rm -rf _deploy/atom.xml
  20. rm -rf _deploy/favicon.png
  21. rm -rf _deploy/images
  22. rm -rf _deploy/index.html
  23. rm -rf _deploy/javascripts
  24. rm -rf _deploy/robots.txt
  25. rm -rf _deploy/sitemap.xml
  26. rm -rf _deploy/stylesheets
  27.  
  28. ## Copying public/ to _deploy
  29. cp -r public//. _deploy
  30. cd _deploy
  31.  
  32. ## Commiting: Site updated at 2013-10-11 02:57:13 UTC
  33. # On branch gh-pages
  34. nothing to commit, working directory clean
  35.  
  36. ## Pushing generated _deploy website
  37. To [email protected]:me/blog.git
  38. ! [rejected] gh-pages -> gh-pages (non-fast-forward)
  39. error: failed to push some refs to '[email protected]:me/blog.git'
  40. hint: Updates were rejected because the tip of your current branch is behind
  41. hint: its remote counterpart. Integrate the remote changes (e.g.
  42. hint: 'git pull ...') before pushing again.
  43. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement