Untitled
By: a guest | Mar 20th, 2010 | Syntax:
None | Size: 0.82 KB | Hits: 27 | Expires: Never
$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: manage.py
#
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: .gitignore
# modified: polls/views.py
# modified: urls.py
#
$ git commit -m "making manage.py executable"
error: invalid object 60f00ef0ef347811e7b0c0921b7fda097acd9fcc
error: Error building trees
$ git fsck --full
missing blob 801b89967f89e58480e9426a411b7fd47de810e1
dangling blob 93f93ccc072c0f3af3713d8fdd03f181a60faf33
dangling blob b085a98236b9fc5567d6c26642123dd65712e6ad
missing blob 60f00ef0ef347811e7b0c0921b7fda097acd9fcc
dangling blob f539c894150b150a7d83662dcc31098664e97879
$