summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar astrophoenix <astrophoenix@web>2017-11-12 21:01:29 +0000
committerGravatar admin <admin@branchable.com>2017-11-12 21:01:29 +0000
commit4148ea49b65b2216123320cc1bc8525152eb01f5 (patch)
tree385c4accc73fcab51cae53f7a2102e153da435c5
parent09e372326c34d82bf9a034a9e7c09817329c0ae9 (diff)
Added a comment: possible cause (my error)
-rw-r--r--doc/forum/help__44___a_bunch_of_files_disappeared/comment_1_56cffd43ad7056a34c23b139f95ea58e._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/help__44___a_bunch_of_files_disappeared/comment_1_56cffd43ad7056a34c23b139f95ea58e._comment b/doc/forum/help__44___a_bunch_of_files_disappeared/comment_1_56cffd43ad7056a34c23b139f95ea58e._comment
new file mode 100644
index 000000000..53fea0012
--- /dev/null
+++ b/doc/forum/help__44___a_bunch_of_files_disappeared/comment_1_56cffd43ad7056a34c23b139f95ea58e._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="astrophoenix"
+ avatar="http://cdn.libravatar.org/avatar/cb0b7982b6877c58c3860d8ad5fb3148"
+ subject="possible cause (my error)"
+ date="2017-11-12T21:01:28Z"
+ content="""
+oh, it might have been something dumb i did:
+
+at some point I wanted to delete a few files, so trying to be cute I did this:
+
+m=OneMovie.m4v git annex drop --force $m; git rm $m; git ci -m \"rm $m\"
+
+I noted that didn't work, but didn't realize it might've taken out most/all the files in the folder
+
+"""]]