Advertisement
Guest User

Untitled

a guest
Mar 12th, 2018
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. Nicholass-iMac:magento nicholasgame$ git log
  2. commit c646f1b2450987c3ac2368687a7ba148270a8450 (HEAD -> development)
  3. Author: Nicholas Game <nick@grizzlybear.co.uk>
  4. Date: Mon Mar 12 11:31:25 2018 +0000
  5.  
  6. Updated module list
  7.  
  8. commit 412313c2993512e254ca3d910bf4a46bb3cb0805
  9. Author: Nicholas Game <nick@grizzlybear.co.uk>
  10. Date: Mon Mar 5 14:21:34 2018 +0000
  11.  
  12. Added search module
  13.  
  14. commit efe69189c208ba1f8d92070b91de2654b2533acc (origin/store-dev, store-dev)
  15. Author: Nicholas Game <nick@grizzlybear.co.uk>
  16. Date: Thu Mar 1 12:52:57 2018 +0000
  17.  
  18. Updated module list
  19.  
  20. commit ab7637be1b483e7d30e34abab49a63af8d04e1aa
  21. Author: Nicholas Game <nick@grizzlybear.co.uk>
  22. Date: Thu Feb 22 11:44:40 2018 +0000
  23.  
  24. Updated modules
  25.  
  26. commit e9659c993296d30cfdb1b1043e6a6d247b0d4fca
  27. Author: Nicholas Game <nick@grizzlybear.co.uk>
  28. Date: Mon Feb 19 13:46:58 2018 +0000
  29.  
  30. removed modules
  31.  
  32. commit 36f43feb2ad2ab5f18460317a909913ea512cce3
  33. Author: Nicholas Game <nick@grizzlybear.co.uk>
  34. Date: Mon Feb 12 16:39:27 2018 +0000
  35.  
  36. Added my modules
  37.  
  38. commit b258321c8d9dd5fe79cbc34c43ac9e6d65f39d49
  39. Author: Nicholas Game <nick@grizzlybear.co.uk>
  40. Date: Mon Feb 12 16:07:33 2018 +0000
  41. :
  42.  
  43. victor todoran [2:32 PM]
  44. Only output of git push missing please
  45.  
  46. Nicholas Game [2:37 PM]
  47. How do you do that?
  48.  
  49. victor todoran [2:37 PM]
  50. you call git push origin store-dev
  51. and that will give an output
  52. I would like to see it
  53.  
  54. Nicholas Game [2:37 PM]
  55. oh sorry
  56.  
  57. victor todoran [2:37 PM]
  58. No need for sorry, ever :slightly_smiling_face:
  59.  
  60. Nicholas Game [2:37 PM]
  61. Nicholass-iMac:magento nicholasgame$ git push -u origin store-dev
  62. Branch store-dev set up to track remote branch store-dev from origin.
  63. Everything up-to-date
  64. Nicholass-iMac:magento nicholasgame$
  65. even though I changed the file to make sure it was touched
  66.  
  67. victor todoran [2:38 PM]
  68. try without -u
  69. and let's see output
  70.  
  71. Nicholas Game [2:38 PM]
  72. Nicholass-iMac:magento nicholasgame$ git push origin store-dev
  73. Everything up-to-date
  74. Nicholass-iMac:magento nicholasgame$
  75. :disappear:
  76.  
  77. victor todoran [2:39 PM]
  78. so wierd
  79.  
  80. Nicholas Game [2:39 PM]
  81. very
  82. I’ve done this so many times, no idea why it’s not picking up
  83.  
  84. victor todoran [2:40 PM]
  85. git remote -v
  86.  
  87. output please (edited)
  88.  
  89. Nicholas Game [2:40 PM]
  90. Nicholass-iMac:magento nicholasgame$ git remote -v
  91. origin git@bitbucket.org:bmirsd/magento.git (fetch)
  92. origin git@bitbucket.org:bmirsd/magento.git (push)
  93. Nicholass-iMac:magento nicholasgame$
  94. Nicholass-iMac:magento nicholasgame$ git remote show origin
  95. * remote origin
  96. Fetch URL: git@bitbucket.org:bmirsd/magento.git
  97. Push URL: git@bitbucket.org:bmirsd/magento.git
  98. HEAD branch: development
  99. Remote branches:
  100. all-modules tracked
  101. all-modules2.1.8 tracked
  102. development tracked
  103. development-2.1.8 tracked
  104. install-bmi-setup tracked
  105. module-customer tracked
  106. module-subscription tracked
  107. post-migration new (next fetch will store in remotes/origin)
  108. pre-migration new (next fetch will store in remotes/origin)
  109. store-dev tracked
  110. theme tracked
  111. victor/update-product-details tracked
  112. Local branch configured for ‘git pull’:
  113. store-dev merges with remote store-dev
  114. Local refs configured for ‘git push’:
  115. all-modules2.1.8 pushes to all-modules2.1.8 (local out of date)
  116. development pushes to development (local out of date)
  117. store-dev pushes to store-dev (up to date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement