Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. Joel-Lassess-MacBook-Pro:fargtorget jlasses$ git status# On branch master
  2. # Your branch and 'origin/master' have diverged,
  3. # and have 2 and 36 different commit(s) each, respectively.
  4. #
  5. # Changes to be committed:
  6. #
  7. # modified: deploydm.sh
  8. # modified: pom.xml
  9. # modified: src/main/java/se/fargtorget/model/Color.java
  10. # modified: src/main/java/se/fargtorget/repository/CouchDbColorRepository.java
  11. # modified: src/main/java/se/fargtorget/web/controller/PaintProductPageController.java
  12. # modified: src/main/webapp/WEB-INF/decorator/header.jsp
  13. # modified: src/main/webapp/WEB-INF/decorator/leftnav.jsp
  14. # modified: src/main/webapp/WEB-INF/decorator/main.jsp
  15. # modified: src/main/webapp/WEB-INF/decorator/top.jsp
  16. # deleted: src/main/webapp/WEB-INF/jsp/Copy of kassa.jsp
  17. # deleted: src/main/webapp/WEB-INF/jsp/Copy of tack.jsp
  18. # modified: src/main/webapp/WEB-INF/jsp/backoffice/order.jsp
  19. # modified: src/main/webapp/WEB-INF/jsp/backoffice/orders.jsp
  20. # modified: src/main/webapp/WEB-INF/jsp/backoffice/paint.jsp
  21. # modified: src/main/webapp/WEB-INF/jsp/backoffice/paints.jsp
  22. # modified: src/main/webapp/WEB-INF/jsp/backoffice/price/paint.jsp
  23. # modified: src/main/webapp/WEB-INF/jsp/basket.jsp
  24. # modified: src/main/webapp/WEB-INF/jsp/index.jsp
  25. # modified: src/main/webapp/WEB-INF/jsp/inomhus/vaggar.jsp
  26. # modified: src/main/webapp/WEB-INF/jsp/paintproduct.jsp
  27. # modified: src/main/webapp/WEB-INF/jsp/payment/cancel.jsp
  28. # modified: src/main/webapp/WEB-INF/jsp/tack.jsp
  29. # modified: src/main/webapp/WEB-INF/jsp/thnx.jsp
  30. # deleted: src/main/webapp/css/fancy_close.png
  31. # deleted: src/main/webapp/css/fancy_loading.png
  32. # deleted: src/main/webapp/css/fancy_nav_left.png
  33. # deleted: src/main/webapp/css/fancy_nav_right.png
  34. # deleted: src/main/webapp/css/fancy_shadow_e.png
  35. # deleted: src/main/webapp/css/fancy_shadow_n.png
  36. # deleted: src/main/webapp/css/fancy_shadow_ne.png
  37. # deleted: src/main/webapp/css/fancy_shadow_nw.png
  38. # deleted: src/main/webapp/css/fancy_shadow_s.png
  39. # deleted: src/main/webapp/css/fancy_shadow_se.png
  40. # deleted: src/main/webapp/css/fancy_shadow_sw.png
  41. # deleted: src/main/webapp/css/fancy_shadow_w.png
  42. # deleted: src/main/webapp/css/fancy_title_left.png
  43. # deleted: src/main/webapp/css/fancy_title_main.png
  44. # deleted: src/main/webapp/css/fancy_title_over.png
  45. # deleted: src/main/webapp/css/fancy_title_right.png
  46. # deleted: src/main/webapp/css/fancybox-x.png
  47. # deleted: src/main/webapp/css/fancybox-y.png
  48. # deleted: src/main/webapp/css/fancybox.png
  49. # modified: src/main/webapp/css/index.css
  50. # deleted: src/main/webapp/css/jquery.fancybox-1.3.4.css
  51. # modified: src/main/webapp/css/order.css
  52. # modified: src/main/webapp/css/product.css
  53. # modified: src/main/webapp/css/styles.css
  54. # modified: src/main/webapp/css/tack.css
  55. # modified: src/main/webapp/css/vaggar.css
  56. # deleted: src/main/webapp/js/jquery.fancybox-1.3.4.js
  57. # modified: src/main/webapp/js/localization/messages_se.js
  58. # new file: src/main/webapp/js/topnav.js
  59. #
  60. # Unmerged paths:
  61. # (use "git add/rm <file>..." as appropriate to mark resolution)
  62. #
  63. # both modified: src/main/webapp/WEB-INF/jsp/kassa_solve.jsp
  64. # both modified: src/main/webapp/css/top.css
  65. #
  66. # Changes not staged for commit:
  67. # (use "git add/rm <file>..." to update what will be committed)
  68. # (use "git checkout -- <file>..." to discard changes in working directory)
  69. #
  70. # deleted: html/kassa/p1.png
  71. # modified: html/kassa/real_order.html
  72. # modified: html/kassa/screen.css
  73. # modified: html/mellansteg/screen.css
  74. #
  75. # Untracked files:
  76. # (use "git add <file>..." to include in what will be committed)
  77. #
  78. # html/kassa/stege.png
  79. # myapp.war
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement