Advertisement
Guest User

Untitled

a guest
Feb 7th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.81 KB | None | 0 0
  1. user@website.com [~/public_html]# git log --all --decorate --oneline --graph
  2. * 5c8a332 (HEAD, master) Changed Media Coverage design to reflect new specs
  3. * cbba9c7 Added favicon
  4. * d74092c (origin/master, origin/HEAD) Added restrict categories plugin
  5. * 4e1e783 Disabled updates for modified column-shortcodes plugin
  6. * 4787305 Fixed excerpt for single trublu posts
  7. * 01b649c Added import plugin, changed excerpt functionality
  8.  
  9. user@website.com [~/staging]# git log --all --decorate --oneline --graph
  10. * 5c8a332 (HEAD, master) Changed Media Coverage design to reflect new specs
  11. * cbba9c7 Added favicon
  12. * d74092c Added restrict categories plugin
  13. * 4e1e783 Disabled updates for modified column-shortcodes plugin
  14. * 4787305 Fixed excerpt for single trublu posts
  15. * 01b649c Added import plugin, changed excerpt functionality
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement