Guest User

Untitled

a guest
Jan 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. mdupuis@ubuntu:~/dev/recipejot/macgourmet-net$ git status
  2. # On branch recipe-name
  3. # Changes to be committed:
  4. #
  5. # modified: app/controllers/scrape_controller.rb
  6. # modified: app/controllers/sites_controller.rb
  7. # modified: app/models/site.rb
  8. # modified: app/views/sites/_form.html.erb
  9. # modified: app/views/sites/_site_regression_test.erb
  10. # modified: app/views/sites/show.html.erb
  11. # modified: config/initializers/uri.rb
  12. # modified: config/routes.rb
  13. # new file: db/migrate/20110930012444_add_url_to_site.rb
  14. # modified: lib/recipe_scraper.rb
  15. # new file: script/sync_staging.sh
  16. # modified: test/fixtures/sites.yml
  17. # modified: test/functional/scrape_controller_test.rb
  18. # modified: test/functional/sites_controller_test.rb
  19. # modified: test/unit/site_test.rb
  20. #
  21. # Unmerged paths:
  22. # (use "git add/rm <file>..." as appropriate to mark resolution)
  23. #
  24. # both modified: db/schema.rb
  25. #
  26. mdupuis@ubuntu:~/dev/recipejot/macgourmet-net$
Add Comment
Please, Sign In to add comment