summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a <Ioanas@web>2016-01-28 10:54:39 +0000
committerGravatar admin <admin@branchable.com>2016-01-28 10:54:39 +0000
commit197214d8a7d46a56ce767849d39297d1257edd76 (patch)
tree20b0a431e1e611f38d55025ef44aa2295755e063
parent8e5f680660ab9f786100155009a8fdadd2c4ac28 (diff)
move files, direct mode
-rw-r--r--doc/forum/Move_files_in_git_annex___40__direct_mode__41__.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/forum/Move_files_in_git_annex___40__direct_mode__41__.mdwn b/doc/forum/Move_files_in_git_annex___40__direct_mode__41__.mdwn
new file mode 100644
index 000000000..fa27a7cd8
--- /dev/null
+++ b/doc/forum/Move_files_in_git_annex___40__direct_mode__41__.mdwn
@@ -0,0 +1,22 @@
+Hi guys, I have a git annex repo under `/path`.
+
+I ran:
+
+```
+cd /path/subdir2
+mv ../subdir1/stuff* .
+git annex add
+git annex sync
+```
+
+The I went to another repo (clone of the first) and did:
+
+```
+cd /paht1
+git annex sync
+git annex get .
+```
+
+Now I got the stuff from under `subdir2` in my second repo, just that the same stuff is also still under `subdir1` - how do I make git-annex aware of this change?
+
+Also, someone suggested running `git annex watch`