Guest User

Untitled

a guest
Jul 8th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. (08:37 AM) ~/code/beer_aficionados
  2. $git branch
  3. * heroku
  4. master
  5.  
  6.  
  7.  
  8.  
  9. (08:37 AM) ~/code/beer_aficionados
  10. $git log -4
  11.  
  12. commit 8f7ed88592e20eca015d79e111bebed227a3bd35
  13. Author: Joshua Cheek <josh.cheek@blinkmg.com>
  14. Date: Mon Aug 3 08:10:02 2009 -0500
  15.  
  16. updated ratings for places
  17.  
  18. commit 29bb0339821f5d5d667a73e3eaaad18ea175d498
  19. Author: Joshua Cheek <josh.cheek@blinkmg.com>
  20. Date: Mon Aug 3 06:50:54 2009 -0500
  21.  
  22. put all things into the nav bar
  23.  
  24. commit 3d25dc6d7dda5d187d9338981736ecf2bebbd766
  25. Author: Joshua Cheek <josh.cheek@blinkmg.com>
  26. Date: Mon Aug 3 00:59:04 2009 -0500
  27.  
  28. commit before deploying with heroku
  29.  
  30. commit 3bdccdd92379227ded9987aa3188829b814d987b
  31. Author: Joshua Cheek <josh.cheek@blinkmg.com>
  32. Date: Mon Jul 27 04:24:18 2009 -0500
  33.  
  34. renamed news to news_articles
  35.  
  36.  
  37.  
  38.  
  39. (08:37 AM) ~/code/beer_aficionados
  40. $git log -2 heroku/master
  41.  
  42. commit 3d25dc6d7dda5d187d9338981736ecf2bebbd766
  43. Author: Joshua Cheek <josh.cheek@blinkmg.com>
  44. Date: Mon Aug 3 00:59:04 2009 -0500
  45.  
  46. commit before deploying with heroku
  47.  
  48. commit 3bdccdd92379227ded9987aa3188829b814d987b
  49. Author: Joshua Cheek <josh.cheek@blinkmg.com>
  50. Date: Mon Jul 27 04:24:18 2009 -0500
  51.  
  52. renamed news to news_articles
  53.  
  54.  
  55.  
  56.  
  57. (08:37 AM) ~/code/beer_aficionados
  58. $git push heroku master -f
  59.  
  60. Everything up-to-date
  61.  
  62.  
  63.  
  64.  
  65. (08:38 AM) ~/code/beer_aficionados
  66. $git log -2 heroku/master
  67.  
  68. commit 3d25dc6d7dda5d187d9338981736ecf2bebbd766
  69. Author: Joshua Cheek <josh.cheek@blinkmg.com>
  70. Date: Mon Aug 3 00:59:04 2009 -0500
  71.  
  72. commit before deploying with heroku
  73.  
  74. commit 3bdccdd92379227ded9987aa3188829b814d987b
  75. Author: Joshua Cheek <josh.cheek@blinkmg.com>
  76. Date: Mon Jul 27 04:24:18 2009 -0500
  77.  
  78. renamed news to news_articles
Add Comment
Please, Sign In to add comment