Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 0.82 KB | Hits: 27 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. $ git status
  2. # On branch master
  3. # Changes to be committed:
  4. #   (use "git reset HEAD <file>..." to unstage)
  5. #
  6. #       modified:   manage.py
  7. #
  8. # Changed but not updated:
  9. #   (use "git add <file>..." to update what will be committed)
  10. #   (use "git checkout -- <file>..." to discard changes in working directory)
  11. #
  12. #       modified:   .gitignore
  13. #       modified:   polls/views.py
  14. #       modified:   urls.py
  15. #
  16. $ git commit -m "making manage.py executable"
  17. error: invalid object 60f00ef0ef347811e7b0c0921b7fda097acd9fcc
  18. error: Error building trees
  19. $ git fsck --full
  20. missing blob 801b89967f89e58480e9426a411b7fd47de810e1
  21. dangling blob 93f93ccc072c0f3af3713d8fdd03f181a60faf33
  22. dangling blob b085a98236b9fc5567d6c26642123dd65712e6ad
  23. missing blob 60f00ef0ef347811e7b0c0921b7fda097acd9fcc
  24. dangling blob f539c894150b150a7d83662dcc31098664e97879
  25. $