Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. ubuntu@mymotor:/var/www/html/mymotor$ git fetch
  2. ubuntu@mymotor:/var/www/html/mymotor$ git checkout v1.1.0
  3. error: Your local changes to the following files would be overwritten by checkout:
  4. public/css/admin.css
  5. public/css/app.css
  6. public/js/admin_ad.js
  7. public/js/admin_assessment.js
  8. public/js/admin_auctions.js
  9. public/js/admin_bidhistory.js
  10. public/js/admin_listings.js
  11. public/js/admin_menu.js
  12. public/js/admin_permissions.js
  13. public/js/admin_preview.js
  14. public/js/admin_references.js
  15. public/js/admin_reminder.js
  16. public/js/app_accordion.js
  17. public/js/app_ad.js
  18. public/js/app_buy.js
  19. public/js/app_feedback.js
  20. public/js/app_home.js
  21. public/js/app_login.js
  22. public/js/app_menu.js
  23. public/js/app_profile.js
  24. public/js/app_register.js
  25. public/js/app_report.js
  26. public/js/app_sell.js
  27. public/js/app_smartlease.js
  28. Please commit your changes or stash them before you switch branches.
  29. Aborting
  30. ubuntu@mymotor:/var/www/html/mymotor$ git stash
  31. Saved working directory and index state WIP on (no branch): a835872b7 Merge branch '718-fix-typo-on-auction-page' into 'master'
  32. ubuntu@mymotor:/var/www/html/mymotor$ git checkout v1.1.0
  33. Previous HEAD position was a835872b7 Merge branch '718-fix-typo-on-auction-page' into 'master'
  34. HEAD is now at 7b126f316 Merge branch '726-mym-417-fix-validation-error-to-display-more-info' into 'uat'
  35. ubuntu@mymotor:/var/www/html/mymotor$ git branch
  36. * (HEAD detached at v1.1.0)
  37. 582-mym-359-new-va-fix-including-csp-bypass-plugins-results
  38. master
  39. uat
  40. ubuntu@mymotor:/var/www/html/mymotor$ ./cleanup.sh
  41. Cache cleared successfully.
  42. Compiled views cleared!
  43. Route cache cleared!
  44. Configuration cache cleared!
  45. The compiled class file has been removed.
  46. ubuntu@mymotor:/var/www/html/mymotor$ php artisan migrate
  47. **************************************
  48. * Application In Production! *
  49. **************************************
  50.  
  51. Do you really wish to run this command? (yes/no) [no]:
  52. > y
  53.  
  54. Migrated: 2019_08_14_110805_create_sell_car_requests_table
  55. ubuntu@mymotor:/var/www/html/mymotor$ ./cleanup.sh
  56. Cache cleared successfully.
  57. Compiled views cleared!
  58. Route cache cleared!
  59. Configuration cache cleared!
  60. The compiled class file has been removed.
  61. ubuntu@mymotor:/var/www/html/mymotor$ sudo -i
  62. root@mymotor:~# systemctl restart php7.1-fpm.service
  63. root@mymotor:~# systemctl restart apache2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement