Guest User

Untitled

a guest
Jul 17th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. $ git pull origin staging
  2. remote: Counting objects: 150, done.
  3. remote: Compressing objects: 100% (61/61), done.
  4. remote: Total 117 (delta 45), reused 117 (delta 45)
  5. Receiving objects: 100% (117/117), 27.71 KiB | 38 KiB/s, done.
  6. Resolving deltas: 100% (45/45), completed with 28 local objects.
  7. From ssh://healthspottr.monkeybrains.net:2222/home/git/healthspottr
  8. * branch staging -> FETCH_HEAD
  9. CONFLICT (rename/add): Rename vendor/plugins/attribute_normalizer/MIT-LICENSE->vendor/plugins/refraction/MIT-LICENSE in HEAD. vendor/plugins/refraction/MIT-LICENSE added in 5028cfb004d075b23df02745f86332ac7dcc1c1e
  10. Adding as vendor/plugins/refraction/MIT-LICENSE~5028cfb004d075b23df02745f86332ac7dcc1c1e instead
  11. Auto-merging app/views/layouts/_header.html.haml
  12. Auto-merging config/development.sphinx.conf
  13. CONFLICT (content): Merge conflict in config/development.sphinx.conf
  14. Automatic merge failed; fix conflicts and then commit the result.
  15. szymon@elcamino ~/Sites/hs $ git status
  16. # On branch master
  17. # Your branch is ahead of 'origin/master' by 7 commits.
  18. #
  19. # Changes to be committed:
  20. # (use "git reset HEAD <file>..." to unstage)
  21. #
  22. # modified: .DS_Store
  23. # new file: app/controllers/membership/member_sessions_controller.rb
  24. # new file: app/controllers/membership/members_controller.rb
  25. # new file: app/controllers/membership/topics_controller.rb
  26. # new file: app/models/feed_item.rb
  27. # new file: app/models/feed_source.rb
  28. # modified: app/views/layouts/_header.html.haml
  29. # new file: app/views/membership/members/edit.html.haml
  30. # new file: app/views/membership/members/new.html.haml
  31. # new file: app/views/membership/members/thanks.html.haml
  32. # new file: app/views/pages/login.html.haml
  33. # modified: config/deploy/staging.rb
  34. # new file: db/migrate/20091103221722_create_feed_sources.rb
  35. # new file: db/migrate/20091103221755_create_feed_items.rb
  36. # new file: db/seeds.rb
  37. # new file: lib/great_feeder.rb
  38. # new file: lib/great_feeder/great_rss/bartosz_pietrzak_blog.rb
  39. # new file: lib/great_feeder/great_rss/base.rb
  40. # new file: lib/great_feeder/great_scrape/base.rb
  41. # new file: lib/great_feeder/rss_feeds.rb
  42. # new file: lib/great_feeder/scrape_feeds.rb
  43. # modified: public/500.html
  44. # new file: public/images/bulb_bullet.png
  45. # new file: public/images/log1.png
  46. # new file: public/images/up_arrow.png
  47. # new file: public/stylesheets/.application.css.swm
  48. # modified: public/stylesheets/jquery.lightbox-0.5.css
  49. # new file: test/fixtures/feed_items.yml
  50. # new file: test/fixtures/feed_sources.yml
  51. # new file: test/unit/feed_item_test.rb
  52. # new file: test/unit/feed_source_test.rb
  53. #
  54. # Unmerged paths:
  55. # (use "git reset HEAD <file>..." to unstage)
  56. # (use "git add <file>..." to mark resolution)
  57. #
  58. # both modified: config/development.sphinx.conf
  59. #
  60. # Changed but not updated:
  61. # (use "git add/rm <file>..." to update what will be committed)
  62. # (use "git checkout -- <file>..." to discard changes in working directory)
  63. #
  64. # deleted: log/server.log
  65. # deleted: log/test.log
  66. # deleted: public/500.thml
  67. # modified: public/javascripts/application.js
  68. # modified: public/javascripts/tiny_mce/themes/advanced/skins/default/content.css
  69. # modified: public/stylesheets/application.css
  70. # deleted: tmp/pids/server.pid
  71. #
  72. # Untracked files:
  73. # (use "git add <file>..." to include in what will be committed)
  74. #
  75. # vendor/plugins/refraction/MIT-LICENSE~5028cfb004d075b23df02745f86332ac7dcc1c1e
Add Comment
Please, Sign In to add comment