diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-18 15:11:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-18 15:11:37 -0400 |
commit | ebc9c9f1a7f4c5d810a628b541a611db140dd3c9 (patch) | |
tree | cee855e62b866bbdb70ec72a62b7bb63764fb9e2 | |
parent | ed9d6aa7ff049cea983a835473efe988f810f1d3 (diff) |
comment
-rw-r--r-- | doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__/comment_1_8332f71241335a31e270407477bd84f3._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__/comment_1_8332f71241335a31e270407477bd84f3._comment b/doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__/comment_1_8332f71241335a31e270407477bd84f3._comment new file mode 100644 index 000000000..d142d742c --- /dev/null +++ b/doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__/comment_1_8332f71241335a31e270407477bd84f3._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-04-18T19:06:27Z" + content=""" +Is your titular question a git-annex question, or a generic git question? +Because I think the answer would be the same in either case. Ie, `git log` +or `git status` will tell you what changes you've made to the work tree. + +If you've deleted files from your git working tree with rm -rf, then +their content is still stored in the .git directory. This is also true +when using git-annex (unless you're using direct mode). + +The size of your .git directory might be a clue: If you've deleted +files from the working tree, you may not have dropped their content +from git annex. You can use `git annex unused` to find and clean up +such file contents. +"""]] |